Stupid Perl/Apache Question

Ben Scott dragonhawk at gmail.com
Thu Dec 7 17:06:26 EST 2006


Postscript:

On 12/7/06, Ben Scott <dragonhawk at gmail.com> wrote:
> system qq("curl $url -o $outfile"); # valid Perl code  ;-)

... but a bogus command.  That should be:

system qq(curl "$url" -o "$outfile");

-- B


More information about the gnhlug-discuss mailing list