Lines Matching refs:FileHandle
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->new;
2898 $fh = FileHandle->new or die "Could not create a filehandle";
3700 my $fh = FileHandle->new;
4027 my $fh = FileHandle->new;
4193 my $fh_pager = FileHandle->new;
4197 my $fh_readme = FileHandle->new;
4256 my $fh = FileHandle->new;
4672 $fh = FileHandle->new("<$makefile\0")) {
4854 my($pipe) = FileHandle->new("$system $stderr |");
4966 my $fh = FileHandle->new;
5011 my $fh = FileHandle->new($manifest)
5350 $mfh = FileHandle->new($mff)
5402 my $fh = FileHandle->new($locf)
5648 $fhw = FileHandle->new($read)
5668 $fhw = FileHandle->new(">$write")
5727 my $fh = FileHandle->new($pipe) or die "Could not pipe[$pipe]: $!";