Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
But I get no error "module cannot be found" when running the script 'perl a.pl' which calls 'MyModule.pm' function 'call()' which calls 'MyModule2::authorize()'
Only if I run 'perl MyModule.pm' I get error "MyModule2.pm not found".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl doesn't give error when module is not found 2
by choroba (Cardinal) on Mar 26, 2024 at 11:16 UTC | |
|
Re: Perl doesn't give error when module is not found 2
by LanX (Saint) on Mar 26, 2024 at 11:09 UTC | |
|
Re: Perl doesn't give error when module is not found 2
by Jenda (Abbot) on Mar 27, 2024 at 10:52 UTC | |
|
Re: Perl doesn't give error when module is not found 2
by ikegami (Patriarch) on Mar 27, 2024 at 12:48 UTC | |
by soonix (Chancellor) on Mar 27, 2024 at 15:03 UTC | |
by ikegami (Patriarch) on Mar 27, 2024 at 23:39 UTC | |
|
Re: Perl doesn't give error when module is not found 2
by soonix (Chancellor) on Mar 27, 2024 at 14:59 UTC | |
by eyepopslikeamosquito (Archbishop) on Mar 27, 2024 at 22:42 UTC |