in reply to Re: silent failure with non-existant module
in thread silent failure with non-existant module
use strict and use warnings was used in the module, but it did not catch the error. Perl did not warn be in any way, it just stopped executing at an unrelated place.
Can't exporting functions lead to problems with more than one function having the same name? This code is part of program that already is quite large.
Sorry about the title. Forgot to change it when I read through the post.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: silent failure with non-existant module
by imp (Priest) on Oct 17, 2006 at 14:10 UTC | |
by Anonymous Monk on Oct 17, 2006 at 15:09 UTC |