http://qs1969.pair.com?node_id=58539


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".