[ic] random number

Grant interchange-users@icdevgroup.org
Sun Nov 24 14:15:01 2002


I'm trying to generate a random integer between 0 and 250 and the following
doesn't return anything:

[perl]
        $Scratch->{random_number} = int rand(250)
        undef;
[/perl]

[scratch random_number]

Can someone tell me what I'm doing wrong?

- Grant