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

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

Memory Leak In Html::treebuilder

I have some Perl code: use HTML::Parse; use HTML::FormatText; # ... my $txtFormatter = HTML::Form… Read more Memory Leak In Html::treebuilder

How Can I Select From Only One Table With Web::scraper?

I want to extract the text only for heading Node Object Methods from a webpage. The specific HMTL p… Read more How Can I Select From Only One Table With Web::scraper?

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?

Extract An Html Tag Name From A String

I want to extract the tag name from an HTML tag with attributes. For example, I have this tag S… Read more Extract An Html Tag Name From A String

How Can I Send Error Message If User Doesn't Select A Radio Button Perl/cgi

Attempting to code my very first Perl/CGI script and have run into some areas I don't quite und… Read more How Can I Send Error Message If User Doesn't Select A Radio Button Perl/cgi