![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Finding the Day of Week in Windowsby fredopalus (Friar) |
on Jan 07, 2003 at 00:01 UTC ( #224795=note: print w/replies, xml ) | Need Help?? |
The reason it was printing in numbers is because you weren't printing it in scalar context.
Try:
If it's printed without scalar context, it gives a list of values in the format:
See the documentation page on localtime() for more info.
In Section
Seekers of Perl Wisdom
|
|