DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

/usr/man/cat.3/IO.3.Z(/usr/man/cat.3/IO.3.Z)





NAME

       IO - load various IO modules


SYNOPSIS

           use IO qw(Handle File);  # loads IO modules, here IO::Handle, IO::File
           use IO;                  # DEPRECATED


DESCRIPTION

       "IO" provides a simple mechanism to load several of the IO modules in
       one go.  The IO modules belonging to the core are:

             IO::Handle
             IO::Seekable
             IO::File
             IO::Pipe
             IO::Socket
             IO::Dir
             IO::Select
             IO::Poll

       Some other IO modules don't belong to the perl core but can be loaded
       as well if they have been installed from CPAN.  You can discover which
       ones exist by searching for "^IO::" on http://search.cpan.org.

       For more information on any of these modules, please see its respective
       documentation.


DEPRECATED

           use IO;                # loads all the modules listed below

       The loaded modules are IO::Handle, IO::Seekable, IO::File, IO::Pipe,
       IO::Socket, IO::Dir.  You should instead explicitly import the IO mod-
       ules you want.

perl v5.8.6                       2001-09-21                             IO(3)
See also IO::AtomicFile(3):  man 3 IO::AtomicFile
See also IO::Dir(3):  man 3 IO::Dir
See also IO::File(3):  man 3 IO::File
See also IO::Handle(3):  man 3 IO::Handle
See also IO::InnerFile(3):  man 3 IO::InnerFile
See also IO::Lines(3):  man 3 IO::Lines
See also IO::Pipe(3):  man 3 IO::Pipe
See also IO::Poll(3):  man 3 IO::Poll
See also IO::Scalar(3):  man 3 IO::Scalar
See also IO::ScalarArray(3):  man 3 IO::ScalarArray
See also IO::Seekable(3):  man 3 IO::Seekable
See also IO::Select(3):  man 3 IO::Select
See also IO::Socket(3):  man 3 IO::Socket
See also IO::Socket::INET(3):  man 3 IO::Socket::INET
See also IO::Socket::SSL(3):  man 3 IO::Socket::SSL
See also IO::Socket::UNIX(3):  man 3 IO::Socket::UNIX
See also IO::String(3):  man 3 IO::String
See also IO::Wrap(3):  man 3 IO::Wrap
See also IO::WrapTie(3):  man 3 IO::WrapTie
See also IO::Zlib(3):  man 3 IO::Zlib
See also SOAP::Transport::IO(3):  man 3 SOAP::Transport::IO

Man(1) output converted with man2html