Search results

  1. F

    Help with a basic perl program?

    I have an assignment for one of my classes, basic perl stuff. I need to write a small perl program that writes 5 baseball players to a hash with their names and number of home runs. Then I'm supposed to have it print out the players and the # of homeruns, one per line. After that, I need to...
  2. F

    Help with a basic perl program?

    I have an assignment for one of my classes, basic perl stuff. I need to write a small perl program that writes 5 baseball players to a hash with their names and number of home runs. Then I'm supposed to have it print out the players and the # of homeruns, one per line. After that, I need to...
  3. F

    Help with a basic perl program?

    I have an assignment for one of my classes, basic perl stuff. I need to write a small perl program that writes 5 baseball players to a hash with their names and number of home runs. Then I'm supposed to have it print out the players and the # of homeruns, one per line. After that, I need to...
  4. F

    Help with a basic perl program?

    I have an assignment for one of my classes, basic perl stuff. I need to write a small perl program that writes 5 baseball players to a hash with their names and number of home runs. Then I'm supposed to have it print out the players and the # of homeruns, one per line. After that, I need to...
  5. F

    Help with a basic perl program?

    I have an assignment for one of my classes, basic perl stuff. I need to write a small perl program that writes 5 baseball players to a hash with their names and number of home runs. Then I'm supposed to have it print out the players and the # of homeruns, one per line. After that, I need to...
  6. F

    Why doesn't this javascript/html calculator program not work?

    Here's the code. It should be pretty straight forward. I'm super confused. I don't get at all what's wrong with it/why it's not working. Help is greatly appreciated :) <HTML> <HEAD> <TITLE> Lab no. 3 Cole Stevens </TITLE> <script language="Javascript"> function calculate(form) {...
Back
Top