Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Password Generation and Module Multiplication

by JavaFan (Canon)
on Nov 22, 2010 at 22:14 UTC ( [id://873058]=note: print w/replies, xml ) Need Help??


in reply to Re: Password Generation and Module Multiplication
in thread Password Generation and Module Multiplication

Or just use {} as delimiters, as they aren't allowed chars. However, I'd write it as:
[split //, q{.!/\-:;"'?$^&@[]=+|>?%*~.#()}]
which doesn't trigger silly warnings because of the use of ',' and '#' inside qw. Besides, qw to get individual characters looks so awkward.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 07:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found