Re: Random Number Question

2003-09-20 Thread Tassilo von Parseval
From: Anonymous <[EMAIL PROTECTED]> You are aware that the domain nospam.com is registered, aren't you? If you really don't want to give any email address, use example.com as domain (or any other, that truely doesn't exist). On Fri, Sep 19, 2003 at 09:08:13PM -0400 Anonymous wrote: > How do I get

Re: Random Number Question

2003-09-20 Thread Rob Dixon
Anonymous wrote: > > How do I get perl to chose a random number from a range (1-13) and > export it to a numeric variable? Any help would be appreciated. I assume you mean integers? $value = int rand(13) + 1; BTW It would be nice to give a name, rather than posting as 'Anonymous'. Rob --

Random Number Question

2003-09-20 Thread Anonymous
How do I get perl to chose a random number from a range (1-13) and export it to a numeric variable? Any help would be appreciated. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]