in reply to Re: Re: cURL help
in thread cURL help

First you need to figure out why your web server isn't allowed to write to it's logs, but that isn't a perl issue. Second you need to try running that script from the command line and figure out why it's dying early. The first problem I see is on the very fist line (should be #!/usr/bin/perl -w).