Re: [OT] Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-04 Thread will trillich
On Fri, May 04, 2001 at 12:29:30AM -0500, Ken Williams wrote: [EMAIL PROTECTED] (will trillich) wrote: sub search { # { use CGI qw/:standard/; my $form = join '', map { hidden(

Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-03 Thread will trillich
On Thu, May 03, 2001 at 01:19:45AM -0500, will trillich wrote: On Thu, May 03, 2001 at 12:29:53AM -0500, will trillich wrote: long version-- I have a subroutine that IS DEFINED, but it's not showing up as defined. I used the *Symbol::Table::name{CODE} method myself and sure enough,

Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-03 Thread Ken Williams
I can't follow this test case. Your previous message had a test case, but it was way too big. Can you whittle this down into the smallest possible program that demonstrates something you don't understand, and post that? My guess is that you'll figure out the problem in the process, but if not,

Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-03 Thread will trillich
On Thu, May 03, 2001 at 08:52:38PM -0500, Ken Williams wrote: I can't follow this test case. Your previous message had a test case, but it was way too big. Can you whittle this down into the smallest possible program that demonstrates something you don't understand, and post that? My guess

[OT] Re: mod_perl subs defined, but don't exist? SOLVED mostly

2001-05-03 Thread Ken Williams
[EMAIL PROTECTED] (will trillich) wrote: sub search { # { use CGI qw/:standard/; my $form = join '', map { hidden( -name = $_, -value = $arg-{$_},