Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: guruu
  • Order by date
  1. guruu

    urgent question ( hash)???

    no, am an engineer
  2. guruu

    urgent question ( hash)???

    yeah , actually , it s a very small part of a big program. ok let me ask you if can tell me how i can put those values in a hash. i tried this . it didn t work: my %hash; $hash{ $key } = $value; ( $key = Name ; $value = ID ) then my @temp = %hash; print @temp; i was trying for...
  3. guruu

    urgent question ( hash)???

    thank you for ur reply, example : John 00001 20 John 00001 30 Albert 00002 10 John 00003 10 Albert 00002 20 Albert 00004 20 result: John 00001 50 Albert 00002 30 John 00003 10 Albert 00004 20 thx
  4. guruu

    urgent question ( hash)???

    i have a file with this format Name ID Grade : those are seperated by tab but in the array i have some entries ( name && ID duplicate) i want a way to put those duplicate in one line and add the grades of each. any idea?? maybe using hash ll help?? how can i put this array...

Part and Inventory Search

Back
Top