Searched refs:FileHandle (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm1 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 DFileHandle.t17 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 DCPAN.pm21 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 DCGI.pm746 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 Dposix.t9 use FileHandle;
H A Dmktemp.t13 use FileHandle;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm95 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 Dtestcmp.pl10 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 Dnetrc.t38 $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 DDisassembler.pm11 use FileHandle;
15 @ISA = qw(FileHandle);
H A DXref.pm337 strict vars FileHandle Exporter Carp PerlIO::Layer
H A DC.pm172 use FileHandle;
1835 if ($package eq "FileHandle" || $package eq "Config" ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.t67 require FileHandle;
68 my $fh = FileHandle->new(">copy-$$") or die "Cannot open copy-$$:$!";
H A DCopy.pm280 $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 DNetrc.pm11 use FileHandle;
63 if($fh = FileHandle->new($file,"r"))
H A DPing.pm14 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 Dperlcc.PL51 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 DFile.pm107 Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>.
H A DSeekable.pm93 Derived from FileHandle.pm by Graham Barr E<lt>gbarr@pobox.comE<gt>
H A DHandle.pm38 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 DEmbed.pm6 require FileHandle;
68 $fh = new FileHandle "> $file";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm98 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 DFirstTime.pm16 use FileHandle ();
592 my $fh = FileHandle->new;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm243 $output_fh ||= FileHandle->new_tmpfile;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm1063 my $tied_fh = (/^(?:GLOB|FileHandle|IO::\w+)$/ or tied $in_fh);

Completed in 122 milliseconds