[Nh-pm] Record Errors

Black, Franklin fblack at docucorp.com
Tue Jul 22 15:32:58 CDT 2003



foreach my $rec (@farray1)
{
 my @parray=@{$rec->{'parray}};
 if(SearchForm($rec)==0)
 {
    print "$rec->{'rev'}\n";
 }


}


This was working, now it says "Error after rev"

Everytime I use the ->{}, I get an error.



More information about the Nh-pm mailing list