Help for this page
use Fcntl qw(SEEK_SET); use IPC::Open2; ... ... seek($rdrfh, 0,0); #not working seek($rdrfh, 0,SEEK_SET); #not working