Re: finishing a script
From: "Chris Zampese" <[EMAIL PROTECTED]> To: "perl list" <[EMAIL PROTECTED]> Subject: finishing a script Date sent: Mon, 21 Jan 2002 10:31:10 +1300 > Hi All, > Just needing help regardi
finishing a script
Hi All, Just needing help regarding ending a script properly. I have a script which I use basically to send an email consisting of the data entered in a form. The start looks like this.. #!f:\intranet\cgi-bin\bin\perl.exe -w use CGI ':standard'; use Net::SMTP; Then I use... $objMail=Ne