/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | FileHandle.pm | 1 package FileHandle; package 42 # Some people call "FileHandle::function", so all the functions 43 # that were in the old FileHandle class must be imported, too. 98 bless *STDIN{IO}, "FileHandle" if ref *STDIN{IO} eq "IO::Handle"; 99 bless *STDOUT{IO}, "FileHandle" if ref *STDOUT{IO} eq "IO::Handle"; 100 bless *STDERR{IO}, "FileHandle" if ref *STDERR{IO} eq "IO::Handle"; 108 FileHandle - supply object methods for filehandles 112 use FileHandle; 114 $fh = new FileHandle; 120 $fh = new FileHandle "> FO [all...] |
H A D | FileHandle.t | 17 use FileHandle; 22 $mystdout = new_from_fd FileHandle 1,"w"; 29 $fh = (new FileHandle "./TEST", O_RDONLY 30 or new FileHandle "TEST", O_RDONLY) 44 $fh = new FileHandle; 77 ($rd,$wr) = FileHandle::pipe; 97 print FileHandle->new('','r') ? "not ok 12\n" : "ok 12\n";
|
H A D | CPAN.pm | 21 use FileHandle (); 121 my($fh) = FileHandle->new; 499 my $fh = FileHandle->new($lockfile) or 587 unless ($fh = FileHandle->new(">$lockfile")) { 839 my($fh) = FileHandle->new; 1151 my($fh) = FileHandle->new; 1213 my $fh = FileHandle->new; 1592 my $fh = FileHandle->new($INC{$f}); 1801 my($fh) = FileHandle->new(">$to") or Carp::croak "Can't open >$to: $!"; 2806 my $fh = FileHandle [all...] |
H A D | CGI.pm | 746 return $thingy if UNIVERSAL::isa($thingy,'FileHandle'); 4550 You can also initialize the CGI object with a FileHandle or IO::File
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/ |
H A D | posix.t | 9 use FileHandle;
|
H A D | mktemp.t | 13 use FileHandle;
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/ |
H A D | _BSMparse.pm | 95 my $fileHandle = do {local *FileHandle; *FileHandle}; 288 my $fileHandle = do {local *FileHandle; *FileHandle}; 367 my $fileHandle = do {local *FileHandle; *FileHandle}; 430 my $fileHandle = do {local *FileHandle; *FileHandle}; 484 my $fileHandle = do {local *FileHandle; *FileHandle}; [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/ |
H A D | testcmp.pl | 10 use FileHandle; 53 $fh1 = FileHandle->new($file1, "r") or die "Can't open $file1: $!"; 56 $fh2 = FileHandle->new($file2, "r") or die "Can't open $file2: $!";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/ |
H A D | netrc.t | 38 $INC{'FileHandle.pm'} = 1; 81 FileHandle::set_lines(split(/\n/, <<LINES)); 133 package FileHandle; package 136 tie *FH, 'FileHandle', @_;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Disassembler.pm | 11 use FileHandle; 15 @ISA = qw(FileHandle);
|
H A D | Xref.pm | 337 strict vars FileHandle Exporter Carp PerlIO::Layer
|
H A D | C.pm | 172 use FileHandle; 1835 if ($package eq "FileHandle" || $package eq "Config" ||
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Copy.t | 67 require FileHandle; 68 my $fh = FileHandle->new(">copy-$$") or die "Cannot open copy-$$:$!";
|
H A D | Copy.pm | 280 $n = FileHandle->new("/a/file","r"); 295 argument may be a string, a FileHandle reference or a FileHandle
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Netrc.pm | 11 use FileHandle; 63 if($fh = FileHandle->new($file,"r"))
|
H A D | Ping.pm | 14 use FileHandle; 128 $self->{"fh"} = FileHandle->new(); 147 $self->{"fh"} = FileHandle->new(); 165 $self->{"fh"} = FileHandle->new(); 174 $self->{"fork_rd"} = FileHandle->new(); 175 $self->{"fork_wr"} = FileHandle->new(); 177 $self->{"fh"} = FileHandle->new(); 1006 my $fh = FileHandle->new();
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | perlcc.PL | 51 use FileHandle; 197 $logfh = new FileHandle(">> " . opt('log')) if (opt('log'));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | File.pm | 107 Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
|
H A D | Seekable.pm | 93 Derived from FileHandle.pm by Graham Barr E<lt>gbarr@pobox.comE<gt>
|
H A D | Handle.pm | 38 the C<FileHandle> package, then I suggest you read the documentation 250 Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Embed.pm | 6 require FileHandle; 68 $fh = new FileHandle "> $file";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Carp.pm | 98 FileHandle and other objects work as well. 281 1.08 set_message() added and carpout() expanded to allow for FileHandle 619 return $thingy if UNIVERSAL::isa($thingy,'FileHandle');
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 16 use FileHandle (); 592 my $fh = FileHandle->new;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | B.pm | 243 $output_fh ||= FileHandle->new_tmpfile;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Parser.pm | 1063 my $tied_fh = (/^(?:GLOB|FileHandle|IO::\w+)$/ or tied $in_fh);
|