Help for this page

Select Code to Download


  1. or download this
    my @a = (1,2,3);
    my $c = $a[-1];
    ...
        push @a, ++$c if $c < 10;
        print "$_\n";
    }
    
  2. or download this
    ...
    for ((), @a) {
    ...
              5,
              6
            ];