Help for this page

Select Code to Download


  1. or download this
    %foo = (
        'bar' => 'baz',
        'qux' => 'quux',
    );
    
  2. or download this
    $_[0] = 'bar';
    $_[1] = 'baz';
    $_[2] = 'qux';
    $_[3] = 'quux';
    
  3. or download this
    my (%error, %FORM) = @_;