Searched refs:Fh (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DInstallPerl21 our ($Start, $Fh);
25 # and saving them in Fh. Uses globals $Start and $Fh.
41 print $Fh ("$pf\n") if ($a >= $Start);
46 # contents in $Fh. Uses global $Fh.
57 # Open .packlist, save into $Fh.
64 print $Fh ($line)
233 open($Fh, '>', 'build.touched') || die("Can't open build.touched: $!\n");
235 close($Fh);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm381 # temporary files are closed (via Fh->DESTROY) before they
3635 last if defined($filehandle = Fh->new($filename,$tmp,$PRIVATE_TEMPFILES));
3747 last if defined($filehandle = Fh->new($param,$tmp,$PRIVATE_TEMPFILES));
3866 ################### Fh -- lightweight filehandle ###############
3867 package Fh; package
3876 *Fh::AUTOLOAD = \&CGI::AUTOLOAD;
3919 my $ref = \*{"Fh::$fv"};
3926 CORE::delete $Fh::{$fv};
4281 # Note this same regex is also used elsewhere in the same file for Fh::new

Completed in 42 milliseconds