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

Iis 405 Http Verb Used To Access This Page Is Not Allowed Email

First off, I'm familiar with IIS however do not have much practical experience, hence why I hav… Read more Iis 405 Http Verb Used To Access This Page Is Not Allowed Email

Formatting Data To Be A Certain Color

So the output works perfect but what I need help on is when the SQL outputs the data and I would li… Read more Formatting Data To Be A Certain Color

Jquery Elements Not Getting Passed To Perl Cgi

I have a html pg which has got two forms and upon submit its calling a perl script. But in the scri… Read more Jquery Elements Not Getting Passed To Perl Cgi

How Do I Read A File's Contents Into A Perl Scalar?

what i am trying to do is get the contents of a file from another server. Since im not in tune with… Read more How Do I Read A File's Contents Into A Perl Scalar?

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?

Xml Output From Html Page Using Web Scraping In Perl

Is it possible to have an xml output from webpage using web::scraper in perl. as an example, My htm… Read more Xml Output From Html Page Using Web Scraping In Perl

Html::tableextract: Applying The Right Attribs To Specify The Attributes Of Interest

I tried to run the following Perl script on the HTML further below. My problem is how to define the… Read more Html::tableextract: Applying The Right Attribs To Specify The Attributes Of Interest

Parse Html Using Perl

I have the following HTML- Date: 19 July 2011 I have been using HTML::TreeBuilder to pars… Read more Parse Html Using Perl