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 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]