Help for this page

Select Code to Download


  1. or download this
    Useless use of private variable in void context at rand.pl line 38 (#2
    +)
    Useless use of a constant in void context at rand.pl line 25 (#2)
    
  2. or download this
    use warnings;
    use diagnostics;
    ...
    my $temp = rand(50);
    return $temp;
    }