- or download this
use LWP::Simple;
use LWP::Simple qw( $ua get );
...
die "Could not get content";
}
- or download this
Could not get content at C:\CC\BUY\ptest.pl line 22.
- or download this
$ua->proxy( 'http', $subproxy );my $content = get( $contentget )
- or download this
use LWP::Simple;
use LWP::Simple qw( $ua get );
...
# ptest.pl
- or download this
C:\CC\BUY>ptest.pl
Backslash found where operator expected at C:\CC\BUY\ptest.pl line 30,
+ near "CC\"
Backslash found where operator expected at C:\CC\BUY\ptest.pl line 30,
+ near "BUY\"
syntax error at C:\CC\BUY\ptest.pl line 30, near "Could not "
Execution of C:\CC\BUY\ptest.pl aborted due to compilation errors.