Help for this page

Select Code to Download


  1. or download this
    @data = (
              {
    ...
              },
              # ... and so on
    );
    
  2. or download this
    push @{ $data[0]{dynamic_data} }, "blah";
    push @{ $data[0]{dynamic_data} }, "bleh";