in reply to Re^2: Problem retrieving data using WWW::Curl
in thread Problem retrieving data using WWW::Curl
Or, if the the script includes a shebang-line (#!/usr/bin/perl), make it executable via chmod andbash> perl yourscriptfile
The extension is normally just important for the webserver, and even that is a configuration issue.bash> yourscriptfile
However, the first way with explicitly calling the perl interpreter works on both systems.C:\> yourscript.pl
|
|---|