On Fri, Jun 3, 2011 at 9:38 AM, Anirban Adhikary <[email protected] > wrote:
> Hi List > Is it possible to get the current time_stamp with milisecond format > > like HH:MI:SS:NNN DD:MM:YYYY(NNN is the milisecond) > > If yes then how can I achieve the same.............. > > Thanks & Regards in advance > Anirban Adhikary. > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > http://learn.perl.org/ > > > Hi Anirban, Sure you can have a look at the following CPAN module: http://search.cpan.org/dist/Time-HiRes/HiRes.pm It will do exactly what you are looking for. Regards, Rob
