NAME
IO::Automatic - automatically choose a suitable IO::* module
SYNOPSIS
use IO::Automatic;
# scalar
my $scalar;
my $io = IO::Automatic->new( \$scalar );
print $io "Hello World\n";
DEPENDENCIES
This module has external dependencies on the following modules:
IO::File
IO::String
Module::Build 0.18
Test::More
INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
HISTORY
What changed over the last 3 revisions
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright (C) 2003 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.
SEE ALSO
IO::File, IO::Scalar
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 46:
You forgot a '=back' before '=head1'