Help for this page

Select Code to Download


  1. or download this
    sub SaveCgi {
        my( $self, $cgi ) = @_;
    ...
        chop $ret; # simples way to remove last & 
        return $ret;
    }
    
  2. or download this
    #### Method: save
    # Write values out to a filehandle in such a way that they can
    ...
        print $filehandle "=\n";    # end of record
    }
    END_OF_FUNC