Re: New Script

2002-07-07 Thread Todd Wade
"Janek Schleicher" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Todd Wade wrote at Sat, 06 Jul 2002 21:25:24 +0200: > > > > > I might use something like this: > > > > #!/usr/bin/perl -w > > I would be too lazy to write my own random_string subroutine. >

Re: New Script

2002-07-06 Thread Janek Schleicher
Todd Wade wrote at Sat, 06 Jul 2002 21:25:24 +0200: > > I might use something like this: > > #!/usr/bin/perl -w > > use strict; > > print 'uid: ', random_string(), "\n"; > print 'pwd: ', random_string(), "\n"; > > sub random_string { > > my($string) = ''; > my($length) = 6; > my(@char

Re: New Script

2002-07-06 Thread Todd Wade
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > > I'm trying to write a new script that will automatic show a pop up window > with a random username and password for my members section. ...snip... > Can someone how tell me how to begin and what the format

Re: New Script

2002-07-06 Thread zentara
On Fri, 5 Jul 2002 23:25:58 -0400, [EMAIL PROTECTED] wrote: >Hi > >I'm trying to write a new script that will automatic show a pop up window >with a random username and password for my members section. > >The way it needs to work is that after a user pays for membership they >will >be redirected