/usr/share/cagefs-skeleton/lib64/perl5
# package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.43"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO" deprecated}) if @_ == 0 ; my @l = @_ ? @_ : qw(Handle Seekable File Pipe Socket Dir); local @INC = @INC; pop @INC if $INC[-1] eq '.'; eval join("", map { "require IO::" . (/(\w+)/)[0] . ";\n" } @l) or croak $@; } 1; __END__ =head1 NAME IO - load various IO modules =head1 SYNOPSIS use IO qw(Handle File); # loads IO modules, here IO::Handle, IO::File use IO; # DEPRECATED =head1 DESCRIPTION C<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 L<http://search.cpan.org>. For more information on any of these modules, please see its respective documentation. =head1 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 modules you want. =cut
.
Edit
..
Edit
B
Edit
B.pm
Edit
CORE
Edit
Config.pm
Edit
Config.pod
Edit
Config_git.pl
Edit
Config_heavy.pl
Edit
Devel
Edit
DynaLoader.pm
Edit
Errno.pm
Edit
Fcntl.pm
Edit
File
Edit
GDBM_File.pm
Edit
Hash
Edit
I18N
Edit
IO
Edit
IO.pm
Edit
NDBM_File.pm
Edit
O.pm
Edit
ODBM_File.pm
Edit
Opcode.pm
Edit
POSIX.pm
Edit
POSIX.pod
Edit
PerlIO
Edit
SDBM_File.pm
Edit
Sys
Edit
Time
Edit
_h2ph_pre.ph
Edit
asm
Edit
asm-generic
Edit
attributes.pm
Edit
auto
Edit
bits
Edit
features-time64.ph
Edit
features.ph
Edit
gnu
Edit
lib.pm
Edit
linux
Edit
mro.pm
Edit
ops.pm
Edit
perllocal.pod
Edit
re.pm
Edit
stdc-predef.ph
Edit
sys
Edit
syscall.ph
Edit
vendor_perl
Edit