Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
     my ($data) = {$var1, $var2, $var3};
    
     print Dumper $data;
    
  2. or download this
    $VAR1 = {
              'ARRAY(0x14bd858)' => [
    ...
                                    ],
              'ARRAY(0x14cb430)' => undef
            };
    
  3. or download this
    $VAR! = [
             {
    ...
             'total' => '51.00',
           }
         ];