summaryrefslogtreecommitdiff
path: root/pod/perlfaq6.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-26 15:56:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-26 15:56:15 +0000
commitdbf2b9d6b19c2d79662c1984cd5c331c82c05de8 (patch)
treeaf6ef3d37753ab6d8b89c53edb410a0264acf60d /pod/perlfaq6.pod
parentc512da32166b1d92373236d274a0a7c0131b8b81 (diff)
downloadperl-dbf2b9d6b19c2d79662c1984cd5c331c82c05de8.tar.gz
FAQ sync.
p4raw-id: //depot/perl@16801
Diffstat (limited to 'pod/perlfaq6.pod')
-rw-r--r--pod/perlfaq6.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod
index 6f9ee452ae..48227bfc0d 100644
--- a/pod/perlfaq6.pod
+++ b/pod/perlfaq6.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq6 - Regular Expressions ($Revision: 1.10 $, $Date: 2002/04/07 18:32:57 $)
+perlfaq6 - Regular Expressions ($Revision: 1.11 $, $Date: 2002/05/23 15:47:37 $)
=head1 DESCRIPTION
@@ -166,7 +166,7 @@ appear within a certain time.
close FH;
## Get a read/write filehandle to it.
- $fh = new FileHandle "+<file";
+ $fh = new IO::File "+<file";
## Attach it to a "stream" object.
use Net::Telnet;