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