in reply to Re: Re: perl cgi - refresh question
in thread perl cgi - refresh question
the $check variable is used in the script to differentiate between viewing (which is what appears to be needed here) and editing.
If the idea is that the person can update by clicking the URL the $check can be included in the param() call and added by the user (who presumably is in the loop) to show that the file should be updated:http://localhost/cgi-bin/sample_report.pl?value=xyz&check=1
Update:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: perl cgi - refresh question
by zby (Vicar) on Apr 15, 2003 at 12:46 UTC | |
by jonnyfolk (Vicar) on Apr 15, 2003 at 13:06 UTC |