Subject: | error : uninitialized value in subroutine |
Use of uninitialized value in subroutine entry at C:/ThirdParty/Perl/site/lib/HT
ML/TableContentParser.pm line 149.
I am getting the abover error when running a perl script which uses this module.
can some one help me out ?
# Ensure the following keys exist
$self->{STORE}->{current_data_cell} = undef;
$self->{STORE}->{current_row} = undef;
$self->{STORE}->{current_table} = undef;
$self->SUPER::parse($data);
return $self->{STORE}->{tables}; # this is line number 147
}