Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Parsing pseudo-HTML with HTML::TokeParser

by mp (Deacon)
on Sep 30, 2002 at 17:35 UTC ( [id://201778]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      <column>Colum <b>One</b> Header</column>
      <column>Column <u>Two</u> Header</column>
      <column na="1">Etcetera</column>
    
  2. or download this
    use HTML::TokeParser;
    sub parse_column_list {
    ...
      }
      return \@cl;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-20 02:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found