Help for this page
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)
use warnings; use diagnostics; ... my $temp = rand(50); return $temp; }