- or download this
#!/usr/bin/perl
use strict;
...
for my $i (1 .. 10) {
$x += $i;
}
- or download this
perl -d 2.pl
- or download this
DB<1> @lines=@{"_<2.pl"} ; for my $i (0 .. $#lines) { CORE::say $lin
+es[$i] == 0 }
1
...
1
- or download this
DB<1> @lines=@{"_<2.pl"} ; for my $i (0 .. $#lines) { CORE::say $lin
+es[$i] == 0 }
1
...
1