Help for this page

Select Code to Download


  1. or download this
    # Set state to edit if not defined.
    param(state)||param(name=>'state', value=>'edit');
    ...
    {   # General purpose error.  You should never wind up here
        # Trap it just in case.
    }
    
  2. or download this
     # A sample here doc
    print <<"END_OF_HTML";
    Blah laalbalalsdfasdf
    asdf
    blaha
    END_OF_HTML