On Sunday 27 Dec 2009 18:17:19 Mike Blezien wrote: > Hi Shlomi, > Hi Mike!
> ----- Original Message ----- > From: "Shlomi Fish" <[email protected]> > To: <[email protected]>; "Mike Blezien" <[email protected]> > Sent: Sunday, December 27, 2009 7:38 AM > Subject: Re: Convert PHP functions to Perl > > > On Sunday 27 Dec 2009 15:12:24 Mike Blezien wrote: > >> Hello, > > > > Hi Mike! > > > >> I'm working on converting some PHP coding to a Perl system. come across > >> a couple of functions I'm not familiar with and was hoping we have some > >> experienced PHP programmer on the list that can help out. These are the > >> functions I need to switch over to Perl: > >> > >> str_shuffle() > >> microtime() > >> > >> What is the Perl equivalent to these functions ? > > [Snipping the code -see the message above for it.] > > microtime() seems like it is badly designed and you may wish using > > Time::HiRes's gettimeofday() directly. > > > >> thx's and happy holidays, > > > > Happy holidays and a happy new year to you too. > > > > Regards, > > > > Shlomi Fish > > Works prefectly! Thank you. Using the gettimeofday() directly does work > better You're welcome. > > :) > > Have a safe and great new year ... to all :) > Thanks, and likewise. Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Parody on "The Fountainhead" - http://shlom.in/towtf Bzr is slower than Subversion in combination with Sourceforge. ( By: http://dazjorz.com/ ) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
