Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Crypt() usage

by stevieb (Canon)
on Jul 28, 2016 at 16:07 UTC ( [id://1168739]=note: print w/replies, xml ) Need Help??


in reply to Crypt() usage

Appears to be:

Windows:

c:\> perl -E "say crypt 'string', 'sa'" saQ9i9dEI8LLA

Ubuntu:

$ perl -E 'say crypt "string", "sa"' saQ9i9dEI8LLA

Replies are listed 'Best First'.
Re^2: Crypt() usage
by fionbarr (Friar) on Jul 28, 2016 at 16:10 UTC
    Looks good, thank you

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found