Skip to content

Commit 82eeb30

Browse files
authored
Merge pull request #50 from mattwhisenhunt/patch-1
Change URL to a real http address
2 parents fa39ef8 + 0d47b45 commit 82eeb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

categories/cookbook/20web-automation/20-01-fetching-uri.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use LWP::Simple;
1414

15-
my $html = LWP::Simple.get('http://perl6.org/');
15+
my $html = LWP::Simple.get('http://examples.perl6.org/');
1616

1717
say $html;
1818

0 commit comments

Comments
 (0)