Cool File & Directory Modules IO::File 11 of 69 : prev | index | next

IO::File

Normal use of filehandles:

open FH, ">$file" or die "Cannot write file [$file]: $!\n";
while(<FH>) { ... }
close FH;

© 2003 Barbie - barbie@missbarbell.co.uk contents http://birmingham.pm.org/