Help for this page

Select Code to Download


  1. or download this
    open my $fh, '<+:raw', $file; # raw so file is read/written in bytes, 
    +not characters
    my $where = tell($fh);
    ...
        $where = tell($fh);
    }
    close $fh;