Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    dd $data;
    
  2. or download this
    [
      {
    ...
      { City => "BB", ID => 8888, status => "Test", zCode => "WWWW" },
      { City => "CA", ID => 8888, status => "Cabin", zCode => 2334 },
    ]
    
  3. or download this
    my @new = qw{City zCode ...};
    ...
            map +("new_$_" =>
                exists ...
            ), @new