Help for this page

Select Code to Download


  1. or download this
    sub readfile {
        my $OP ;
    ...
        close FS ;
        return $OP ;
    }
    
  2. or download this
    sub readlines {
        open FS, $_[0] ;
    ...
        return (@OP) ;
    }