Help for this page

Select Code to Download


  1. or download this
    use Fcntl qw(SEEK_SET);
    use IPC::Open2;
    ...
    ...
    seek($rdrfh, 0,0);        #not working
    seek($rdrfh, 0,SEEK_SET); #not working