in reply to sorting a hash that's in another file
Well - that should make life a lot easier - in your code, you simply use the package, and import the hash you need. If it is not explicitly exported, I believe you can still get at it using syntax like:
I'm a fairly new monk myself, so I'm not that sure of the syntax.use ExistingPackage; my %copy_of_Hash = ExistingPackage::%some_hash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: sorting a hash that's in another file
by alienhuman (Pilgrim) on Aug 01, 2003 at 18:02 UTC |