Help for this page

Select Code to Download


  1. or download this
    {
        id      => integer,
    ...
            { ... },
        ],
    }
    
  2. or download this
    foreach my $key ( @{ $form->{PR} } ) {
    
  3. or download this
             foreach my $var ( keys %elem ) {  
              if ($var->{id} == $form->{"id"}){
    
  4. or download this
    #!/usr/bin/env perl -l
    
    ...
    
    print '*** AFTER ***';
    print Dumper $form;
    
  5. or download this
    *** BEFORE ***
    $VAR1 = {
    ...
                        }
                      ]
            };