in reply to Re^3: Please Review First Program: Random Password Generator
in thread Please Review First Program: Random Password Generator
perlop: "Non-bracketing delimiters use the same character fore and aft, but the four sorts of brackets (round, angle, square, curly) will all nest".
q[ ] ] # XXX q[ [ ] # XXX q[ [ ] ] # ok q[ [ ] [ ] ] # ok q[ [ [ ] ] ] # ok q( [ ) # ok q[ ( ] # ok
|
---|