diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-25 09:02:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-25 09:02:18 +0000 |
commit | ac003c96a6d5a0d39f4ecf8f3491d6a6408e7b47 (patch) | |
tree | 1593457ea24778247b7438877a0b0ec860102f73 /pod/perlfaq5.pod | |
parent | 38a44b824c7566670d69f5e214106e1866ce72fe (diff) | |
download | perl-ac003c96a6d5a0d39f4ecf8f3491d6a6408e7b47.tar.gz |
PerlFAQ sync.
p4raw-id: //depot/perl@31456
Diffstat (limited to 'pod/perlfaq5.pod')
-rw-r--r-- | pod/perlfaq5.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index dd11f6633a..3f1c88e8c6 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq5 - Files and Formats ($Revision: 8579 $) +perlfaq5 - Files and Formats ($Revision: 9576 $) =head1 DESCRIPTION @@ -1178,9 +1178,9 @@ C<close()> function from the C<POSIX> module: POSIX::close( $fd ); -This should rarely be necessary, as the Perl Cclose()> function is to be +This should rarely be necessary, as the Perl C<close()> function is to be used for things that Perl opened itself, even if it was a dup of a -numeric descriptor as with MHCONTEXT above. But if you really have +numeric descriptor as with C<MHCONTEXT> above. But if you really have to, you may be able to do this: require 'sys/syscall.ph'; @@ -1280,9 +1280,9 @@ If your array contains lines, just print them: =head1 REVISION -Revision: $Revision: 8579 $ +Revision: $Revision: 9576 $ -Date: $Date: 2007-01-14 19:28:09 +0100 (Sun, 14 Jan 2007) $ +Date: $Date: 2007-05-19 18:58:05 +0200 (Sat, 19 May 2007) $ See L<perlfaq> for source control details and availability. |