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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1010 destructor will attempt to unlink the file (using C<unlink1>)
1023 # The unlink1 may fail if the file has been closed
1029 unlink1( $self, $self->filename )
1856 =item B<unlink1>
1864 unlink1($fh, $path) or die "Error closing and unlinking file";
1872 sub unlink1 { subroutine
1873 croak 'Usage: unlink1(filehandle, filename)'

Completed in 35 milliseconds