Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
install Statistics::Basic::Median Statistics::Basic::Median is up to date (undef). install Statistics::Basic::StdDev Statistics::Basic::StdDev is up to date (undef).
use Statistics::Basic::StdDev; my $stddev = stddev(1,2,3); print $stddev."\n";
Undefined subroutine &main::stddev called at test.pl line 2.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Annoying error although module is installed
by tangent (Parson) on Feb 28, 2016 at 22:49 UTC | |
|
Re: Annoying error although module is installed
by GrandFather (Saint) on Feb 29, 2016 at 00:43 UTC | |
|
Re: Annoying error although module is installed
by 1nickt (Canon) on Feb 28, 2016 at 22:48 UTC | |
by Anonymous Monk on Feb 29, 2016 at 00:21 UTC |