use LWP::Simple; my $str = get('http://repository.jboss.com/maven2/jboss/'); print $str;