diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-11-02 12:33:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-11-02 12:33:57 +0000 |
commit | c98c5709a1fc0acfba02e8ebb6a4c372fb300ad7 (patch) | |
tree | f1e29bf66676f69fac19c784052960a45369b783 /pod/perlfaq4.pod | |
parent | 9e81e6a1d25bde90d61da3e28538c936bc2133ae (diff) | |
download | perl-c98c5709a1fc0acfba02e8ebb6a4c372fb300ad7.tar.gz |
FAQ sync
p4raw-id: //depot/perl@23466
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r-- | pod/perlfaq4.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index 6a882c53ff..0e62c2b436 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.54 $, $Date: 2003/11/30 00:50:08 $) +perlfaq4 - Data Manipulation ($Revision: 1.55 $, $Date: 2004/10/11 05:06:29 $) =head1 DESCRIPTION @@ -559,7 +559,7 @@ C<$timestamp = gmtime(1005613200)> sets $timestamp to "Tue Nov 13 01:00:00 That doesn't mean that Perl can't be used to create non-Y2K compliant programs. It can. But so can your pencil. It's the fault of the user, not the language. At the risk of inflaming the NRA: ``Perl doesn't -break Y2K, people do.'' See http://language.perl.com/news/y2k.html for +break Y2K, people do.'' See http://www.perl.org/about/y2k.html for a longer exposition. =head1 Data: Strings |