in reply to Re^2: Perl command line interpreter not working
in thread Perl command line interpreter not working
of course, when I comment it out, my file compiles, so I know this is the cause of the problem.use Math::Random::MT::Auto::Range; my $rng = Math::Random::MT::Auto::Range->new(LO => 10000, HI => 999 +99,TYPE => 'INTEGER'); my $A = $rng->rrand(); my $B = $rng->rrand(); my $str = "$A$B";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl command line interpreter not working
by GrandFather (Saint) on Oct 15, 2011 at 02:17 UTC | |
by baperl (Sexton) on Oct 15, 2011 at 02:48 UTC | |
|
Re^4: Perl command line interpreter not working
by GrandFather (Saint) on Oct 15, 2011 at 02:25 UTC | |
by baperl (Sexton) on Oct 15, 2011 at 02:41 UTC | |
by BrowserUk (Patriarch) on Oct 15, 2011 at 03:07 UTC | |
by baperl (Sexton) on Oct 15, 2011 at 03:14 UTC | |
by GrandFather (Saint) on Oct 15, 2011 at 03:32 UTC | |
|