Help for this page

Select Code to Download


  1. or download this
    function($param1, \%param2);
    
  2. or download this
    sub function {
        if ($_[0] == 1) {
    ...
            do_something_else();
        }
    }
    
  3. or download this
    my @list = keys %{ $href->{thing} };
    
  4. or download this
    my $thing = $hash{one}->{two};
    my $other = $href->{one};
    
  5. or download this
    package Blah;
    ...
    ...
    =head1 NAME
    Blah - The thing with the guy and the place
    ...
    
  6. or download this
    =head2 method($param)
    
    ...
    I<Mandatory, String>: The explanation of the formation of humanity in 
    +a single string.
    
    I<Return>: Hash reference, where each key is a continent, and its valu
    +e is a colour. C<croak>s on failure.