in reply to Re: Re: sorting a hash that's in another file
in thread sorting a hash that's in another file

If you want to "grab" a variable out of a program, you have two options: run the code, or parse the code. If you don't want to run it (and you don't), you'd have to parse Perl, unless you can assume something about your variable to make it easier to grab.

Abigail

  • Comment on Re: sorting a hash that's in another file