Help for this page

Select Code to Download


  1. or download this
      my $current_file_size = -s $file_name;
    
  2. or download this
      if ( $start_pc >= $current_file_size ) {
         warn sprintf( "Your requested offset (%d) is past EOF (%d)\n",
    ...
    
         # and do something else, like prompt for new input
      }