On Fri, Jun 3, 2011 at 9:38 AM, Anirban Adhikary <anirban.adhik...@gmail.com > 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: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > 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