Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Need and algorithm to converse characters to unique and permanent Serials

by sathiya.sw (Monk)
on Jan 29, 2009 at 10:10 UTC ( [id://739840]=note: print w/replies, xml ) Need Help??


in reply to Need and algorithm to converse characters to unique and permanent Serials

a simple sample code, by googling.
#!/usr/bin/perl use Digest::MD5 qw/md5_hex/; while(<>) { print md5_hex($_)," $ARGV\n"; }
Sathiyamoorthy
  • Comment on Re: Need and algorithm to converse characters to unique and permanent Serials
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://739840]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-20 10:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found