in reply to sorting a hash that's in another file
Is there some reason you can't just copy the hash into your script manually, it appears to be the sort of data that is relatively static. Alternatively if you have access to the module that declares the hash is there some reason that you can't rewrite it to get that hash from a third module? eg. in both scripts:
use States; my %some_hash = %States::some_hash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: sorting a hash that's in another file
by alienhuman (Pilgrim) on Jul 24, 2003 at 14:44 UTC |