Help for this page

Select Code to Download


  1. or download this
    1:     while (<STDIN>) {
    2:         push(@F, $_);
    3==>       shift(@F) if $. > 10;
    4      }
    
  2. or download this
        shift(@F) if $. > 10; }{ print @F;