- or download this
use LWP::UserAgent;
...
die( "retrieval error: ", $res->status_line() );
}
}
- or download this
main::retrieve_url() called too early to check prototype at a.pl line
+6.
- or download this
use LWP::UserAgent;
...
}
print retrieve_url( 'http://www.finasta.lt' );
- or download this
Too many arguments for main::retrieve_url at a.pl line 23, near "'http
+://www.fi
asta.lt' )"
Execution of a.pl aborted due to compilation errors.