We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674c046 commit 2e7463dCopy full SHA for 2e7463d
html/perlito5to6.html
@@ -31,6 +31,8 @@ <h1><a href="http://www.perlito.org">"Perlito" Perl5 to Perl6 Compiler</a></h1>
31
32
for ( my $i = 0 ; $i < 10 ; $i++ ) { say $i }
33
34
+while (<>) { print "Hello, world!"; }
35
+
36
sub mysub {
37
my $x = shift;
38
my $y = shift;
0 commit comments