Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print $foo->list_params( 1 );
    print $foo->list_params( $q );
    
  2. or download this
    test.pl one=two red=blue red=herring bob= marley=bob
    
  3. or download this
    $VAR1 = {
              'one' => 'two',
    ...
              'foo' => 'bar',
              'baz' => 'Ovid'
            };
    
  4. or download this
    package Foo;
    use strict;
    ...
                      $vals;
    }
    "Ovid";