in reply to Seek in IPC::Open2 modules handle

No - in general, pipes from other programs are not seekable.

If you need a seekable file, have the generating program write to a temporary file and read from that temporary file.