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 Mike Lewis 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: *

  1. mridangagarwal

    background perl script

    Well, I need to download a couple of GB's of data on to webserver from another server. You mentioned that webservers kill a process after a while (my case approx. 15 minutes). How come mass mailing softwares that send out thousands of mails execute for hours without being terminated by the...
  2. mridangagarwal

    background perl script

    Hello everyone. How do i make a Perl script execute in the background on an Apache Web Server. The script should continue to run even if the browser is closed. This is easily accomplished in PHP, I wonder how to do it in Perl? Also, is there an easy way to check if the script is still running...
  3. mridangagarwal

    Seperate thread output to seperate console

    Hey Everyone. I have one more question to ask you all before I can get this project of mine completed. My console Perl script splits into 4 threads when i execute it. How can i display the output of the four threads in 4 separate console windows. I really an am lost on how to do this. I'm using XP.
  4. mridangagarwal

    Download file

    Hey Everyone, My Perl console script needs to download a file from the internet. How do I do this? Is there some kinda example I could see? I have heard of cUrl but I dont know how to use it to download a file and also how to install it into perl.
  5. mridangagarwal

    launch process in new window

    Hey Everyone, i use Perl to do some system work. I want to launch a new process. i do this by Win32::Process::Create($ProcessObj, Win32::Process::Create($ProcessObj, "$perlpath", "perl...

Part and Inventory Search

Back
Top