Help for this page

Select Code to Download


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