in reply to Re^9: 'do' command is dead? Surely not?
in thread 'do' command is dead? Surely not?

Yes, the program does expect the module to exist. But that expectation can be incorrect.

I don't know about you, but I frequently get Perl code (usually things written by coworkers...) which doesn't properly document its dependencies, resulting in attempts to load modules which aren't installed on the machine.

  • Comment on Re^10: 'do' command is dead? Surely not?