in reply to Problems with Data::Dumper
How about
perl -MData::Dumper -e " $a = 1; print Data::Dumper->Dump( [$a], [qw(* +a)] ) " $a = 1;
instead of
perl -MData::Dumper -e " $a = 1; print Data::Dumper->Dump( [$a], [*a] +) " $VAR1 = 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problems with Data::Dumper
by Anonymous Monk on Sep 28, 2003 at 03:28 UTC | |
|
Re: Re: Problems with Data::Dumper
by Anonymous Monk on Sep 29, 2003 at 22:24 UTC | |
by fglock (Vicar) on Sep 30, 2003 at 13:05 UTC | |
by Anonymous Monk on Sep 30, 2003 at 16:58 UTC |