Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - perl6 - update example in html
  • Loading branch information
fglock committed Oct 16, 2013
1 parent 674c046 commit 2e7463d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/perlito5to6.html
Expand Up @@ -31,6 +31,8 @@ <h1><a href="http://www.perlito.org">"Perlito" Perl5 to Perl6 Compiler</a></h1>

for ( my $i = 0 ; $i < 10 ; $i++ ) { say $i }

while (<>) { print "Hello, world!"; }

sub mysub {
my $x = shift;
my $y = shift;
Expand Down

0 comments on commit 2e7463d

Please sign in to comment.