Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Any suggestions? This is perl, v5.8.8 built for amd64-freebsd Thanks.$ perl -MData::Dumper -e '$foo=[1..5]; $bar=[[6..10], $foo];$d=Data::D +umper->new([$bar]); $d->Seen({foo => $foo}); print $d->Dump' $VAR1 = [ [ 6, 7, 8, 9, 10 ], [ 1, 2, 3, 4, 5 ] ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Data::Dumper not Seen()ing variables
by ikegami (Patriarch) on Nov 02, 2006 at 08:00 UTC | |
by Anonymous Monk on Nov 02, 2006 at 18:33 UTC | |
|
Re: Data::Dumper not Seen()ing variables
by sili (Initiate) on Nov 02, 2006 at 07:34 UTC | |
by sili (Initiate) on Nov 02, 2006 at 07:59 UTC |