[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [FWP] YAGOLF: password generation





[thisismyrifle,therearemanymorelikeit,butthis1ismine]


On Wed, 11 Apr 2001 yanick1@sympatico.ca wrote:

> On Wed, Apr 11, 2001 at 08:12:11AM -0700, Randal L. Schwartz wrote:
> > Off by one again. And excessive punctuation.
> > 
> > perl -le 'print map chr(33+rand 93),1..8'
> 
>   perl -pe'$\.=chr(33+rand 93)for 0..7'

a minor improvement to this one.

    perl -pe'map$\.=chr 33+rand 93,0..7'



joey


==== Want to unsubscribe from Fun With Perl?  Well, if you insist...
==== Send email to <fwp-request@technofile.org> with message _body_
====   unsubscribe