Skip to content

Commit 2e7463d

Browse files
committed
Perlito5 - perl6 - update example in html
1 parent 674c046 commit 2e7463d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

html/perlito5to6.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ <h1><a href="http://www.perlito.org">"Perlito" Perl5 to Perl6 Compiler</a></h1>
3131

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

34+
while (<>) { print "Hello, world!"; }
35+
3436
sub mysub {
3537
my $x = shift;
3638
my $y = shift;

0 commit comments

Comments
 (0)