Hello,Lists,

I have a Perl socket server which is in heavy load.Now I want to do a thing in each of its childs:

Turn the character string like 'abcdsfjijifjdfdf' to the integer as '23332399343'.

I know some module like md5sum could do it.But running md5sum for this translation is too costly for the performance.Could you please tell me a simple way to do that?Thank you.


--Jeff



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to