in reply to Re: CGI and perlpod
in thread CGI and perlpod

Here's my perlpod, it's written after the code finishes.

__END__ =head1 NAME checkform.pl - it: + Processes data from a HTML form, + Queries or update a flat file text database + Writes a summary of the transaction back to the web browser and + Logs the transaction details in a text file =head1 USAGE I've written few lines here =head1 DATABASE STRUCTURE I've written few lines here =head1 Log File STRUCTURE I've written few lines here =cut

Replies are listed 'Best First'.
Re: Re: Re: CGI and perlpod
by gellyfish (Monsignor) on Jun 10, 2003 at 09:35 UTC
    Well that wouldn't cause the error you describe - you must have overwritten a closing '}' when you added the pod.
    /J\
    
      I am pretty sure that i didn't overwrite anything.. pretty sure.. i would appreciate it in case you can try it on one of your codes! it's really annoying.. i can't find any documentation about it anywhere!