diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-08-08 17:07:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-08-08 17:07:00 +0000 |
commit | ff8e2863486f651339834bc9e3e0bd49d61ff4e1 (patch) | |
tree | 4a4c4618b7f08d66e9877308b62ab81ef4c8e75a /lib/ctime.pl | |
parent | 8725079938ea1a29b3c5fc0c6bbda347bc3f7602 (diff) | |
download | perl-ff8e2863486f651339834bc9e3e0bd49d61ff4e1.tar.gz |
perl 3.0 patch #21 patch #19, continued
See patch #19.
Diffstat (limited to 'lib/ctime.pl')
-rw-r--r-- | lib/ctime.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ctime.pl> # 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', |