Help for this page

Select Code to Download


  1. or download this
    perl -MData::Dumper -le '
    my $ref = []; 
    ...
    } 
    print Data::Dumper->Dump( [ \$temp, ], [ qw( *temp ) ] );
    '
    
  2. or download this
    $ref = \[
               {
    ...
                  'id' => 'c'
                }
              ];