Masayoshi Fujimoto has asked for the wisdom of the Perl Monks concerning the following question:
Undefined subroutine &main::rad2rad called at sample.pl line 8.
#!/usr/bin/perl use Modern::Perl; use autodie; use Math::Trig; use Math::Trig ':pi'; my $radians; my $radians_wrapped_by_2pi = rad2rad($radians);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to use rad2rad
by Athanasius (Archbishop) on Jan 26, 2013 at 15:40 UTC | |
by Masayoshi Fujimoto (Initiate) on Jan 26, 2013 at 16:19 UTC |