Skip to content Skip to sidebar Skip to footer
Showing posts with the label Perl

How Can I Parse Only Part Of An Html File And Ignore The Rest?

In each of 5,000 HTML files I have to get only one line of text, which is line 999. How can I tell … Read more How Can I Parse Only Part Of An Html File And Ignore The Rest?

How Can I Extract Special Kind Of Table From Website In Perl?

I am trying to fetch all tables from the website http://finance.yahoo.com/etf/lists/?bypass=true&am… Read more How Can I Extract Special Kind Of Table From Website In Perl?

Checking For Alphanumeric Characters And Getting Input From Html Form

I'm fairly new to programming in Perl and I have a couple of compilation issues I can't see… Read more Checking For Alphanumeric Characters And Getting Input From Html Form

Should I Use Html::parser Or Xml::parser To Extract And Replace Text?

I am looking at being able to extract all plain text and analyse/amend from HTML/XHTML document and… Read more Should I Use Html::parser Or Xml::parser To Extract And Replace Text?

Trouble Getting Regular Expression To Work

I'm trying to use regular expressions to remove certain blocks of coding from a text file. So f… Read more Trouble Getting Regular Expression To Work

Www::mechanize Extraction Help - Perl

I'm try to automate the extraction of a transcript found on a website. The entire transcript is… Read more Www::mechanize Extraction Help - Perl