Skip Menu |

This queue is for tickets about the HTML-TableContentParser CPAN distribution.

Report information
The Basics
Id: 7262
Status: resolved
Priority: 0/
Queue: HTML-TableContentParser

People
Owner: Nobody in particular
Requestors: madhav.narayanan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.200_01



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 }
This looks like what would happen if parse() were called without an argument, or with an undefined argument. As such I can't consider this a bug in this code as such, but I can certainly provide a more helpful error message.