CPAN (Comprehensive Perl Archive Network)

1 IO::File use IO::File; my $f = IO::File->open( /tmp/secrets, < ); my $line = $f->getline(); $f->close; my $g = IO::File->new_tmpfile; $g->autoflush(...

18 downloads 265 Views 136KB Size