Help for this page

Select Code to Download


  1. or download this
    # example structure
    my $struct = {
    ...
          },
        }
      };
    
  2. or download this
    # expanded into:
    my $expanded => [
    ...
        { fruit => 'pear',  type => 'organic',  period => 20050824, to => 
    +'new york'  },
        { fruit => 'pear',  type => 'organic',  period => 20050825, to => 
    +'auckland'  },
      ];