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

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

What Is The Issue With This Cgi/html/perl Program?

I am using XAMMP Apache Server. There is a text file named 'animal.txt' containing the name… Read more What Is The Issue With This Cgi/html/perl Program?

How Can I Parse Only Part Of An Html File And Ignore The Rest?

In each of 5,000 HTML files I have to get only one line of text, which is line 999. How can I tell … Read more How Can I Parse Only Part Of An Html File And Ignore The Rest?

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?

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

How Do I Make My Data Safe To Be Displayed On A Web Page?

We use a text based CRM system. This system we custom built and works fine for internal use. Howeve… Read more How Do I Make My Data Safe To Be Displayed On A Web Page?