- or download this
perl -MData::Dumper -wle 'print $Data::Dumper::VERSION'
- or download this
perl -MData::Dumper -wle '$Data::Dumper::Indent=0;print Dumper [ map {
+ ($_, $_+0) } 0..3 ]'
- or download this
$VAR1 = [0,0,1,1,2,2,3,3];
- or download this
$VAR1 = [0,'0',1,'1',2,'2',3,'3'];
- or download this
$Data::Dumper::Useqq = 1;