in reply to Re: cron/perl interaction gotchas i am missing?
in thread cron/perl interaction gotchas i am missing?
@locations = qw/1 8 9/; foreach $loc (@locations) { $dir = getDir($store); $url = getUrl($store); chdir($dir); Log("starting retrieval of '$url' to file '$dir/$fn'"); system("wget --timeout=180 $url"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: cron/perl interaction gotchas i am missing?
by Corion (Patriarch) on Jan 30, 2004 at 13:21 UTC | |
by schweini (Friar) on Jan 30, 2004 at 13:31 UTC | |
|
Re: Re: Re: cron/perl interaction gotchas i am missing?
by exussum0 (Vicar) on Jan 30, 2004 at 13:31 UTC | |
by schweini (Friar) on Jan 30, 2004 at 13:45 UTC | |
|
Re: Re: Re: cron/perl interaction gotchas i am missing?
by schweini (Friar) on Jan 30, 2004 at 17:22 UTC |