Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "my $data = [
    ...
                'new_name' => 'Mary'
              }
            ];
    
  2. or download this
    my $data = [
      { Ad1 => '20 SOUTH CENTRAL  #B3', status => 'Property', City => 'NY'
    +, zCode => '0002', name => 'John D' },
    ...
      { Ad1 => '100 main St.',          status => 'houses',   City => 'BO'
    +, zCode => '0007', name => 'Mary'   },
      { Ad1 => '13 Terminal St.',       status => 'houses',   City => 'LA'
    +, zCode => '6664', name => 'Larry'  },
      ];