in reply to Undefined Subroutine
Perl has no built-in total() function (and even if it did, calling a function with a '&' in front of it forces Perl to look for a user-defined function).
You have to write the function.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Undefined Subroutine
by clearsky (Initiate) on May 19, 2006 at 23:46 UTC |