Help for this page

Select Code to Download


  1. or download this
        $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;