Help for this page

Select Code to Download


  1. or download this
    #
    # Load global modules and constant data here
    ...
    {
        # Main code block
    }
    
  2. or download this
    {
        my %hash = ( bar => 1 );
        sub foo { . . . }
    }