RE: Debug perl package in Apache

2001-02-12 Thread Sander van Zoest
On Sun, 11 Feb 2001, Wang, Pin-Chieh wrote: > First I can't put the block at the beginning of the > http.conf (I got httpd.conf syntax error > when I run httpd -X -DPERLDB; Then I move the block to the end of the > http.conf file re-run the command then I get > % ./bin/httpd -X -DPERLDB > [noti

RE: Debug perl package in Apache

2001-02-11 Thread Wang, Pin-Chieh
st (E-mail); 'Stas Bekman' Subject: Re: Debug perl package in Apache On Thu, 8 Feb 2001, Wang, Pin-Chieh wrote: > Any body has any ideals? Also How can I debug an perl package under this > environment? > Appreciated for any help Check out this useful article written by

Re: Debug perl package in Apache

2001-02-08 Thread Sander van Zoest
On Thu, 8 Feb 2001, Wang, Pin-Chieh wrote: > Any body has any ideals? Also How can I debug an perl package under this > environment? > Appreciated for any help Check out this useful article written by Dough MacEachern for PerlMonth.

Re: Debug perl package in Apache

2001-02-08 Thread G.W. Haywood
Hi there, On Thu, 8 Feb 2001, Wang, Pin-Chieh wrote: > But AuthenNISPlus.pm exited with "Not an ARRAY reference at line 58 > look at this program from line 57 are > > foreach ($pwd_table->list()){ print STDERR "Argument list = [", $_, "]\n"; > if(@{$_}[0] eq $name){ > $pwd = @{$_}