Help for this page

Select Code to Download


  1. or download this
    use constant CHUNK => 4*1024;
    sub pseek {
    ...
       read( $p, $discard, $o-1 );
       return $o;
    }