mrguy123 has asked for the wisdom of the Perl Monks concerning the following question:
I know that this is a bit complicated, but the basic outcome is that the original program doesn't recognize the function anymore!! Does anyone know why this is the case, and what I can do to solve this problem?Undefined subroutine &hc_url::call_httpd_exec called at /exlibris/meta +lib/m4_b/dat01/vir_ext/hc_url.pm line 166.
Problem is, when the first program creates an instance of the second programrequire "ml_lwp_wrapper"; &call_httpd_exec($hash);
the first program can't use the function anymoremy $authen = ml_authen->new(\%params);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with repeating function
by davorg (Chancellor) on Sep 04, 2006 at 08:44 UTC | |
| |
|
Re: problem with repeating function
by Corion (Patriarch) on Sep 04, 2006 at 08:45 UTC | |
|
Re: problem with repeating function
by shmem (Chancellor) on Sep 04, 2006 at 11:19 UTC | |
by mrguy123 (Hermit) on Sep 04, 2006 at 11:37 UTC | |
by shmem (Chancellor) on Sep 04, 2006 at 12:21 UTC | |
by mrguy123 (Hermit) on Sep 04, 2006 at 12:47 UTC | |
|
Re: problem with repeating function
by mrguy123 (Hermit) on Sep 04, 2006 at 09:35 UTC | |
|
Re: problem with repeating function
by cdarke (Prior) on Sep 04, 2006 at 11:23 UTC | |
by mrguy123 (Hermit) on Sep 04, 2006 at 11:42 UTC | |
|
Re: problem with repeating function
by Fletch (Bishop) on Sep 04, 2006 at 15:51 UTC |