Help for this page

Select Code to Download


  1. or download this
    bash$ perl -w -Mstrict -MData::Dumper -e \
    "print Dumper( { -name => 'foo', -value => 'bar' } );"
    
  2. or download this
    $VAR1 = {
              '-name' => 'foo',
              '-value' => 'bar'
            };