Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Simple Email Script

by dorko (Prior)
on Mar 07, 2002 at 19:34 UTC ( [id://150102]=note: print w/replies, xml ) Need Help??


in reply to Simple Email Script

Well, try printing a header...
print CGI::header; print "Location: $ok_url";
instead of just
print "Location: $ok_url";
Also, consider Chapter 1, verses 9 and 10 of The First Letter of Erudil to the Monasterians.

Cheers!

Brent

-- Yeah, I'm a Delt.

Update: Why didn't you take gellyfish's very good advice and look at nms?

Replies are listed 'Best First'.
Re: Re: Simple Email Script
by dws (Chancellor) on Mar 07, 2002 at 19:38 UTC
    Don't half-use CGI. Go all the way:   print CGI::redirect($ok_url);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://150102]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-09-07 20:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.