| IO-Automatic documentation | view source | Contained in the IO-Automatic distribution. |
IO::Automatic - automatically choose a suitable IO::* module
use IO::Automatic; # scalar my $scalar; my $io = IO::Automatic->new( \$scalar ); print $io "Hello World\n";
This module has external dependencies on the following modules:
IO::File IO::Scalar IO::Zlib Module::Build Test::More
perl Build.PL perl Build test
and if all goes well
perl Build install
What changed over the last 3 revisions
Pass the mode through, if it's supplied (Jonathan Segal)
Add IO::Zlib use
Initial release =back
Richard Clamp <richardc@unixbeard.net>
Copyright (C) 2003, 2005 Richard Clamp. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| IO-Automatic documentation | view source | Contained in the IO-Automatic distribution. |