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

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

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

Can The Perl Module Html::template Use Other Syntaxes Besides ?

I'm trying to make use of the Perl module HTML::Template and according to the docs it says you… Read more Can The Perl Module Html::template Use Other Syntaxes Besides ?

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

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

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

Perl Parse Links From Html Table

I'm trying to get links from table in HTML. By using HTML::TableExtract, I'm able to parse … Read more Perl Parse Links From Html Table

Treebuilder Get Embedded Nodes

Basically, I need to get the names and emails from all of these people in the HTML code. Solution 1… Read more Treebuilder Get Embedded Nodes

Deleting And Updating Data From Database

I have created a code that connects to database and i want to delete data from database using a but… Read more Deleting And Updating Data From Database

How Do I Get Selected Value From Drop Down Box In Perl Cgi

I am populating the drop down menu from database. And when I submit the form I am getting empty str… Read more How Do I Get Selected Value From Drop Down Box In Perl Cgi

How Do I Extract An Html Title With Perl?

Is there a way to extract HTML page title using Perl? I know it can be passed as a hidden variable… Read more How Do I Extract An Html Title With Perl?

How To Extract A Specific Row From A Html Table Using Html::treebuilder

I am very new to the perl programming and now got stuck very badly.Actually i have to parse a html … Read more How To Extract A Specific Row From A Html Table Using Html::treebuilder

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?

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

Running Bash Command Using Ssh In Perl

Please be patient. I'm very new to perl. I'm passing a HTML variable from html form to a PE… Read more Running Bash Command Using Ssh In Perl

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

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

Pdf::fromhtml Creates Empty Pdf

I'm using Perls PDF::FromHTML to create a PDF-file. My code looks like this: open HTML, '&g… Read more Pdf::fromhtml Creates Empty Pdf

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