Recent content by reinstein

  1. R

    adding values from a file in perl?

    here is an example text file; test goat 894 test cat 239 test rug 931 pet frog 352 how can i add up the values in the third column and display the total?
  2. R

    adding values from a file in perl?

    here is an example text file; test goat 894 test cat 239 test rug 931 pet frog 352 how can i add up the values in the third column and display the total?
  3. R

    how do list values in a hash table by letter in perl?

    whats the code for listing the values starting with a letter in the hash table by typing in the letter. i.e when i type in "A", i should get a list of values starting with A
Back
Top