in reply to Re^5: GET a file without waiting for the result?
in thread GET a file without waiting for the result?

Ok.
I will get to that, but another question first: Maybe i can make a separate script for itm that I call via system()?
system("fetchmyfile.pl $url $destination_file")

Replies are listed 'Best First'.
Re^7: GET a file without waiting for the result?
by JavaFan (Canon) on Sep 22, 2010 at 14:18 UTC
    That waits until fetchmyfile.pl is finished.
      Damn :-)
Re^7: GET a file without waiting for the result?
by DreamT (Pilgrim) on Sep 22, 2010 at 14:28 UTC
    I don't have a perfect description of the environment, but here goes:

    - OS: Linux (Ubuntu server 9.04)
    - Apache 2
    - perl 5.10.10
Re^7: GET a file without waiting for the result?
by Anonymous Monk on Sep 22, 2010 at 19:58 UTC