From ff8e2863486f651339834bc9e3e0bd49d61ff4e1 Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Wed, 8 Aug 1990 17:07:00 +0000 Subject: perl 3.0 patch #21 patch #19, continued See patch #19. --- lib/ctime.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ctime.pl') diff --git a/lib/ctime.pl b/lib/ctime.pl index d3b03545ca..f910db757d 100644 --- a/lib/ctime.pl +++ b/lib/ctime.pl @@ -10,7 +10,7 @@ ;# usage: ;# ;# #include # see the -P and -I option in perl.man -;# $Date = do ctime(time); +;# $Date = &ctime(time); @DoW = ('Sun','Mon','Tue','Wed','Thu','Fri','Sat'); @MoY = ('Jan','Feb','Mar','Apr','May','Jun', -- cgit v1.2.1