in reply to Re: Data Dumper Examples
in thread Data Dumper Examples
## testing to see if the 'do' command worked: my $dict = do "a.pl" or die "could not load for reading: $!, $@"; my $test = $dict{'anode'}{def}; print "test: $test\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Data Dumper Examples
by broquaint (Abbot) on Nov 03, 2003 at 11:45 UTC |