in reply to Re^2: How to make an IO::Uncompress::Bunzip2 look like a GLOBin thread How to make an IO::Uncompress::Bunzip2 look like a GLOB
Probably the best idea is to simply try to use $file without checking what it is
$file->print('asdf'); [download]