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

How Do I Extract An Html Title With Perl?

Is there a way to extract HTML page title using Perl? I know it can be passed as a hidden variable… Read more How Do I Extract An Html Title With Perl?

Perl Parse Links From Html Table

I'm trying to get links from table in HTML. By using HTML::TableExtract, I'm able to parse … Read more Perl Parse Links From Html Table

Want To Hide Cgi Rendered Html Text For Hostname When Username Text Column Is Empty

I have the current perl code in a .cgi file that we run on our server. This allows us to know which… Read more Want To Hide Cgi Rendered Html Text For Hostname When Username Text Column Is Empty

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?

Include Javascript In Perl-cgi Generated Page

I was trying to add a java-script to a page which is generated on the fly. I tried this, but it see… Read more Include Javascript In Perl-cgi Generated Page

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?