Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Looking for something like DBD::HTML::Table

by Tux (Canon)
on Feb 27, 2021 at 09:12 UTC ( [id://11128873]=note: print w/replies, xml ) Need Help??


in reply to Updated: Looking for something like DBD::HTML::Table

AnyData::Format::HTMLtable claims to support DBI directly:

use DBI; my $dbh = DBI->connect ("dbi:AnyData:"); $dbh->func ("table1", "HTMLtable", $filename, "ad_catalog"); my $hits = $dbh->selectall_arrayref ("select name from foo where bar = + 42"); # ... other DBI/SQL operations

I never used it, but it sounds more or less what you are looking for.


Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11128873]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-26 05:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found