Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
should I better place a crontab to start the file?#!/usr/bin/perl use LWP::Simple; if (fork) { getstore('ftp://someserver/big640Mbfile', '/myfolder/file'); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problems with fork
by kappa (Chaplain) on May 15, 2002 at 10:07 UTC | |
|
Re: problems with fork
by perigeeV (Hermit) on May 15, 2002 at 10:33 UTC | |
|
Re: problems with fork
by yodabjorn (Monk) on May 15, 2002 at 11:33 UTC | |
|
Re: problems with fork
by perlplexer (Hermit) on May 15, 2002 at 12:26 UTC | |
|
Re: problems with fork
by BazB (Priest) on May 15, 2002 at 20:49 UTC |