in reply to Re: Random Password Generator
in thread Random Password Generator

Pugs Perl6 version: print ('a'..'z','A'..'Z',0..9).pick for 0..8;


___________
Eric Hodges