Next Tricks of the Wizards 28

Passing Filehandles

        open my $fh, ...;
        print "$fh\n";
        GLOB(0x80f7b0c)
         my $fh = open $filepath : mode=>'rw'


Next Copyright © 2003 M. J. Dominus