Help for this page

Select Code to Download


  1. or download this
    my @temp;
    foreach (@moo) {if (! ($_ % 2)){push @temp, $_;}}
    @moo=@temp;
    
  2. or download this
    my $i=1;
    {{{print "$i";}; if ($i++ < 5){redo;}}}