in reply to Re^2: Curl and Perl
in thread Curl and Perl

I think that this response was outdated, but if it could help other perl beginners, you can try :
$resp = qx{curl -s http://any_url}
It will work if you have curl installed, both in linux like windows.