![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl Hash | Harikrishna | Shell Programming and Scripting | 1 | 06-04-2008 04:03 AM |
| Perl Hash | Harikrishna | Shell Programming and Scripting | 1 | 06-02-2008 08:45 PM |
| Compression algorithm( usage of Hash tables) | rvan | High Level Programming | 5 | 05-01-2008 12:09 PM |
| hash tables, pthread_key_create | Corona688 | High Level Programming | 2 | 10-31-2005 11:45 AM |
| Passing Hash Tables to Subroutines | mirzabhai | UNIX for Dummies Questions & Answers | 1 | 08-02-2001 01:53 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi:
Does anybody know how to return hash tables created in a function? I have something like so: %a_hash_table = build_a_hash_table(); sub build_a_hash_table { my(%hash_table); #some code to build hash table: "%hash_table" for e.g return %hash_table; } ----> This unfortunately doesn't seem to work. The hash table in the main doesn't equal the one I create in the sub routine. Any insight would be greatly appreciated. Thank you!
__________________
YaS |
| Forum Sponsor | ||
|
|