Help for this page

Select Code to Download


  1. or download this
    my $file_pos = tell($fh);
    
  2. or download this
    seek($fh, $file_pos, 0);
    
  3. or download this
    
    #!env perl
    ...
    
    }