- or download this
{
package OtherModule;
...
no warnings;
OtherModule->routine();
}
- or download this
Argument "a" isn't numeric in addition (+) at 602580.pl line 4.
- or download this
{
package OtherModule;
...
local $^W = 0;
OtherModule->routine();
}
- or download this
Argument "a" isn't numeric in addition (+) at 602580.pl line 4.