Help for this page

Select Code to Download


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