Help for this page

Select Code to Download


  1. or download this
    while (<>) {
      next, if 2 .. 5;
      print;
    }
    
  2. or download this
    my $index = 0;
    my $skip = 0;
    ...
      }
      print;
    }