RosettaCodeData/Task/HTTP/Perl-6/http-1.pl6
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

5 lines
150 B
Raku

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");