Help for this page

Select Code to Download


  1. or download this
    sub readlines {
      my ($fh, $count) = @_;
    ...
    c 
    d
    e
    
  2. or download this
    a
    b  
    ...
    d
    e
    ----
    
  3. or download this
    sub readlines {
      my ($fh, $count) = @_;
    ...
      }
      return @gulp;
    }