[svn:perlfaq] r8382 - perlfaq/trunk

[email protected] Tue, 12 Dec 2006 05:59:00 -0800 (PST)
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
Author: rafael
Date: Tue Dec 12 05:58:57 2006
New Revision: 8382

Modified:
   perlfaq/trunk/perlfaq4.pod

Log:
* perlfaq4.pod: fix typo in code example


Modified: perlfaq/trunk/perlfaq4.pod
==============================================================================
--- perlfaq/trunk/perlfaq4.pod	(original)
+++ perlfaq/trunk/perlfaq4.pod	Tue Dec 12 05:58:57 2006
@@ -498,7 +498,7 @@
 
 	my @date_time = Add_Delta_DHMS( Today_and_Now(), -1, 0, 0, 0 );
 
-	print "@date\n";
+	print "@date_time\n";
 
 Most people try to use the time rather than the calendar to figure out
 dates, but that assumes that days are twenty-four hours each.  For