logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Robustness patch: msg#00002

lang.perl.modules.html-tableextract

Subject: Robustness patch

This patch fixes a crash in HTML::TableExtract when some entries in
the object hash are missing.

I realize that the crash should not have occurred, and probably
indicate some deeper bug which needs to be fixed. However I hope that
this patch, providing a more detailed error message, will be a step
along the way to fixing the bug.

I haven't yet made a test case to reproduce the bug, but if I come
across it again I will send one to this list.

table-extract-general@xxxxxxxxxxxxxxxxxxxxxx
--- HTML-TableExtract-1.08/lib/HTML/TableExtract.pm
+++ HTML-TableExtract-1.08-new/lib/HTML/TableExtract.pm
@@ -205,7 +205,15 @@
$table = $self->first_table_found;
}
return () unless ref $table;
+ if (not defined $self->{_table_mapback}) {
+ warn 'cannot find my _table_mapback hash';
+ return ();
+ }
my $ts = $self->{_table_mapback}{$table};
+ if (not defined $ts) {
+ warn "cannot find $table in my _table_mapback hash";
+ return ();
+ }
$ts->rows;
}



--
Ed Avis <ed@xxxxxxxxxxx>






-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
krysalis.sandbo...    web.zope.zwiki/...    gnome.apps.gnum...    xfree86.newbie/...    editors.vim/200...    mozilla.enigmai...    boot-loaders.gr...    network.vnc.ult...    redhat.release....    java.geronimo.u...    os.netbsd.devel...    horde.wicked/20...    linux.lsb.discu...    ietf.ips/2005-0...    alsa.devel/2002...    user-groups.lin...    package-managem...    debian.devel.da...    security.cyrus....    video.gstreamer...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation