Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Re: Second hack at Secure Mailer

by MeowChow (Vicar)
on Feb 15, 2001 at 05:20 UTC ( [id://58539]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Second hack at Secure Mailer
in thread Second hack at Secure Mailer

Are you doing:
print $query->header;
or
print header;
If the latter, you will need to change your use CGI into:
use CGI qw(:standard);
Or something of that sort, as CGI is not exporting any functions by default.
   MeowChow                                   
               s aamecha.s a..a\u$&owag.print

Replies are listed 'Best First'.
Re: Re: Re: Re: Second hack at Secure Mailer
by SilverB1rd (Scribe) on Feb 15, 2001 at 06:12 UTC
    I'm was using print $query->header;

    I dont have access to the perl files on my web server. Second I dont think it would pull the information off the commmand line like I need it to. The command line would look like this "/myfolder/mytemplate.txt".

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found