Help for this page
$ref = new VirtualFS::ISO9660('file.iso') or die "Can't open file. +iso: $!"; ... # unlike closedir, $fh is a "real" (tied) filehandle, and you clos +e it # normally. close $fh;