in reply to problem with repeating function
The error message you got
Undefined subroutine &hc_url::call_httpd_exec called at /exlibris/meta +lib/m4_b/d +at01/vir_ext/hc_url.pm line 166.
tells you that the routine call_httpd_exec was looked up in package hc_url, which is not what you expected - not in package demo nor in package demo2.
Read perltoot.
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problem with repeating function
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 |