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

Perl Libxml Get Last Line Number Of Node

I use LibXML in Perl, which store the start line number of each node, but how i can get the last on… Read more Perl Libxml Get Last Line Number Of Node

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

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?

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?

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

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

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?

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