RosettaCodeData/Task/HTTP/Perl-6/http-1.pl6

6 lines
150 B
Raku
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
use v6;
# Using LWP::Simple from: git://github.com/cosimo/perl6-lwp-simple.git
use LWP::Simple;
print LWP::Simple.get("http://www.rosettacode.org");