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

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?

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?

Retrieve Value From A Form And Write To A File

i have a form named index.cgi and a configuration file named video.start After the user selec… Read more Retrieve Value From A Form And Write To A File

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?

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