RE: Prototype mismatch in Apache::PerlRun line 343

2001-02-01 Thread Wenzhong Tang
Wenzhong Tang [EMAIL PROTECTED] -Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 2:03 PM To: Wenzhong Tang Cc: [EMAIL PROTECTED] Subject: RE: Prototype mismatch in Apache::PerlRun line 343 On Fri, 26 Jan 2001, Wenzhong Tang wrote: Un

RE: Prototype mismatch in Apache::PerlRun line 343

2001-01-29 Thread Doug MacEachern
On Fri, 26 Jan 2001, Wenzhong Tang wrote: Unfortunately the following line doesn't work: eval "*{\$fullname}($p) = sub {}"; It probably should be: eval "*{\$fullname} = sub ($p) {}"; The latter works on my Linux and Solaris tests. right. thanks, applied.

RE: Prototype mismatch in Apache::PerlRun line 343

2001-01-26 Thread Wenzhong Tang
chern [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 11:03 PM To: Wenzhong Tang Cc: [EMAIL PROTECTED] Subject: RE: Prototype mismatch in Apache::PerlRun line 343 On Wed, 17 Jan 2001, Wenzhong Tang wrote: Since nobody seems care about this problem, I have to find a solution myself.

RE: Prototype mismatch in Apache::PerlRun line 343

2001-01-25 Thread Doug MacEachern
On Wed, 17 Jan 2001, Wenzhong Tang wrote: Since nobody seems care about this problem, I have to find a solution myself. Fortunately perl has a "prototype" function that returns the prototype of a function. Here is the difference between the original PerlRun.pm in mod_perl 1.24_01 and the