Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Mailling module Help in direction

by marto (Cardinal)
on Apr 25, 2010 at 09:11 UTC ( [id://836753]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Mailling module Help in direction
in thread Mailling module Help in direction

A few things. Firstly cgi-lib is old, very old. Please do not use this, it has some nasty security flaws and IIRC isn't 100% compliant with the CGI specification. Use the CGI module, it will be well worth the short time taken to replace cgi-lib. Secondly, your code is missing:

use strict; use warnings;

See Use strict and warnings.

On to your question. For your example above, does your script receive the input correctly? If I where you, I'd do the following:

After this is you have further problems please let us know.

Hope this helps.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-19 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found