Feb 14, 2006 #1 wood MIS Aug 3, 2000 139 CA I am trying to write a date time stamp to a file, but it needs a milisecond value. How do I get this value in perl?
I am trying to write a date time stamp to a file, but it needs a milisecond value. How do I get this value in perl?
Feb 14, 2006 #2 PaulTEG Technical User Sep 26, 2002 4,469 IE Look up Time::HiRes on http://search.cpan.org HTH Paul ------------------------------------ Spend an hour a week on CPAN, helps cure all known programming ailments ;-) Upvote 0 Downvote
Look up Time::HiRes on http://search.cpan.org HTH Paul ------------------------------------ Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
Feb 14, 2006 #3 KevinADC Technical User Jan 21, 2005 5,070 US Yes, Time::HiRes is a core module so you should already have it installed with your current perl installation. Upvote 0 Downvote
Yes, Time::HiRes is a core module so you should already have it installed with your current perl installation.