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 = @{$_}[1];
>       $group = @{$_}[3];
>       last;

> Any body has any ideals?  Also How can I debug an perl package under
> this environment?

http://perl/apache.org/guide

HTH
73,
Ged.

Reply via email to