Created attachment 216692 [details] Trivial fix to the issue For example, this won't work currently: my $handle = Flowd->new("bzcat flowd.bz2|"); The reason being that the perl module forces readonly mode on open. Good idea in theory, however in practice this breaks some use cases.