
BobGatto
New User
Sep 23, 2012, 9:16 PM
Post #1 of 2
(1115 views)
|
|
End a script without an error
|
Can't Post
|
|
I'm trying to write a script that sends an email. the program works if at the end of it I add something like this: print "Content-type text/html\n\n"; print "It's OK\n"; However, if I have no print command at the end, I get an error. Is there a way to end a Perl script without printing to the web browser? If not can I print to a separate browser window? Thanks for all the help, Bob Gatto
|