in reply to Re^2: Differences between Perl 5.8 and Perl 5.18.2
in thread Differences between Perl 5.8 and Perl 5.18.2
$im_thinking_of=int(rand10);
to (space between rand and 10):
$im_thinking_of=int(rand 10);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Differences between Perl 5.8 and Perl 5.18.2
by mbgbioinfo (Novice) on Apr 21, 2015 at 18:18 UTC | |
by Laurent_R (Canon) on Apr 21, 2015 at 18:59 UTC |