Help for this page

Select Code to Download


  1. or download this
    package My::IO;
    
    ...
    print "filename=", $io->filename, "\n";
    $io->open;
    print $io->getlines;
    
  2. or download this
    #!/usr/bin/perl -c
    
    ...
    under the same terms as Perl itself.
    
    See L<http://www.perl.com/perl/misc/Artistic.html>