Help for this page

Select Code to Download


  1. or download this
    seek( $IN1, 0, SEEK_END );
    my $length = tell($IN1);
    seek( $IN1, 0, 0 );
    
  2. or download this
    split( /\n/, $bob );