Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: melban
  • Content: Threads
  • Order by date
  1. melban

    Archive All Incoming Email

    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...
  2. melban

    Run script from script and sent and receive data

    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...
  3. melban

    LWP and Sending Headers

    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...
  4. melban

    Decompiling Perl

    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
  5. melban

    Shopping Cart Processing

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

Part and Inventory Search

Back
Top