Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $perl_structure = Load $stuff;
    
    print Dumper \$perl_structure;
    
  2. or download this
    $VAR1 = \{
                'Baked Goods' => [
    ...
                              }
                            ]
              };
    
  3. or download this
    printit ($perl_structure);
    
    ...
      }
      print "\n";
    }