I was using a user-defined module (xxxx.pm) in an NT system by just putting "use xxxx;" and using the modules that were defined there with no specification of namespace (e.g, foo($text);). Now, trying to use the same module on a Win98 installation, with the same script, I get "$main::foo" not found.
Any ideas on how to fix it?
In reply to Win98 &
by mycroft_