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;
In reply to Re: Problems with Data::Dumper
by fglock
in thread Problems with Data::Dumper
by peterbrown
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |