Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

How To Get Visitor Browser Window Size In Perl Cgi

Does anyone know how to get the height and width of user's browser window in a Perl CGI script?… Read more How To Get Visitor Browser Window Size In Perl Cgi

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

Why Is This Perl Cgi Script Failing To Upload Images Correctly?

I have this code: use CGI; use File::Basename; use Image::Magick; use Time::HiRes qw(ge… Read more Why Is This Perl Cgi Script Failing To Upload Images Correctly?

Regex To Parse A Multiline Html

am trying to parse a multi-line html file using regex. HTML code: Details uss_vod_translator Rege… Read more Regex To Parse A Multiline Html

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

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

Steps In Order To Pass Data From Html Form To Perl Script

I have created a simple HTML, which contains the form below: Solution 1: When a web server receive… Read more Steps In Order To Pass Data From Html Form To Perl Script