Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I use this for my form action part in my HTML page to call the Perl script and the mail script works.http://hostname.com/work-bin/directory/mailScript.cgi
I am not sure so was hoping someone could help me with this?if ($field not defined) { print "Mail script only, not for browser viewing\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mail url executes
by bart (Canon) on Sep 23, 2003 at 18:55 UTC | |
|
Re: Mail url executes
by PodMaster (Abbot) on Sep 23, 2003 at 18:53 UTC |