Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

HTML::TableExtract revisited

by dataDrone (Acolyte)
on Nov 20, 2001 at 03:34 UTC ( #126420=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @heads = ("Date","Date of Incident","Unit Cost");
    $headers = \@heads ;
    $te = HTML::TableExtract->new(headers => $headers) ;
    $te->parse($page);
    
  2. or download this
    @heads = ("myDate", etc...
    $page =~ s/Date/myDate/gs ;
    $te->parse($page);
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2023-09-30 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?