I work for a local government agency as the Network Administrator.
I wrote this code as part of a backup application that creates tars of all
data files to a backup server and then to a removeable drive. This is a web
based interfaced to the copy to removeable drive code. I ran into the same
I am not sure exactly how to implement this without any code. but forking
would be your best bet.
fork() is the function name and it is pretty self explanatory... you are
creating a child process while the mail script keeps running to completion.
You can then have code in the child email th
I've written a web based application for our Marketing
dept. to use for our members. This app uses an html
template that it parses through and replaces special
tags with user specific info.
We are mailing as many as 10,000 at a time. The
script that does this basically just loops through the
mem
When I run this script, I get the following error "500 unexpected EOF before
status line seen". I have not been able to figure this one out. Did anyone
encounter this before? I am using ActivePerl 5.6.
Thanks
Sai
#!/bin/perl -w
use LWP;
use HTTP::Request::Common;
my $ConfirmFile = "c:
Here is a question that i can't seem to work out... :))
I was using sendmail and a script formmail.cgi (Matt's Script Archive) which
works with sendmail.. it uses the sendmail -t command etc...
I have now changed over to postfix how do i get this script to work with
formmail.cgi..
Many Thanks