Your IP : 216.73.216.124


Current Path : /proc/self/root/proc/8644/task/8644/root/proc/self/root/usr/lib64/perl/5.10.1/
Upload File :
Current File : //proc/self/root/proc/8644/task/8644/root/proc/self/root/usr/lib64/perl/5.10.1/IO.pm

#

package IO;

use XSLoader ();
use Carp;
use strict;
use warnings;

our $VERSION = "1.25";
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);

    eval join("", map { "require IO::" . (/(\w+)/)[0] . ";\n" } @l)
	or croak $@;
}

1;

__END__



Warning: Unknown: open(/var/www/iplanru/data/bin-tmp/sess_17f1d6e159fdbfdaa3ab664b1677b7ca, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/iplanru/data/bin-tmp) in Unknown on line 0