I am looking into monitory all email coming into my server and was wondering if anyone know of any software or scripts that will monitor a directory and automaticly copy and new files to a backup directory for archiving.
I am using a Post.Office system and checking mail with Eudora. The...
I want to start a script from another script where I will be able to send data from the 1st script to the 2nd. The 2nd will take that date and process it and give a result back to the 1st.
The point is to run the 2nd on a system or exec command so that if a user exits their broswer then the...
use LWP::Simple;
$doc = get $url;
print "Content-type: text/html\n\n";
print "$doc";
exit;
The code above is what I've been using to send information to a shopping cart script so that if the user exits the browser while the credit card authorization is still going on the...
I've got a compiled perl program that I need to change but the person who put it all together no longer works here and I have no way of contacting him. Is there any good sure fire way to decompile this file so that I may get it to working right?
Thanks
Shelby
smelban@inb.net
I'm sending Credit Card info to a program that dials up a bank to verify the number and to charge the account but if the window is exited early the account is charge but the order is not sent via e-mail. Is there a way that I can keep the perl program running unil it reaches a default timeout or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.