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

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

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

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

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

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

Xml Output From Html Page Using Web Scraping In Perl

Is it possible to have an xml output from webpage using web::scraper in perl. as an example, My htm… Read more Xml Output From Html Page Using Web Scraping In Perl