in reply to Re: Re: Re: dereferencing stuff
in thread Getting keys/values from a referenced hash
Or you can attempt to pick off the errors one at a time, outside the eval;{ no strict; eval $code; }
I'd recommend seeing how far you can get with the second method, though its quite possible that you'll encounter an error that cant be fixed in this manner.my $res_g2; eval $code; die $@ if $@;
-Blake
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re4: dereferencing stuff
by professa (Beadle) on Nov 29, 2001 at 17:43 UTC |