in reply to Re: sorting a hash that's in another file
in thread sorting a hash that's in another file
Hmm. I was a lot more confident until all those bold tags started showing up ;).
Seriously, I'm working on my pattern match now, and it's non-trivial (at least for me), so if anyone has an alternative to doing something like:
open SCRIPT, "script.pl" or die "you scurvy dog"; while (<SCRIPT>) { if ( grep(/\[... insert insane pattern match here ...]%some_hash[... + and here ...]/, $_) ) {
I'm eager to hear. I wish that I could just require the script w the hash in it, but that will not work right.
AH
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: sorting a hash that's in another file
by snax (Hermit) on Jul 23, 2003 at 21:06 UTC | |
by cLive ;-) (Prior) on Jul 23, 2003 at 22:03 UTC |