Main > Free Download Search >

Free learning perl script

learning perl

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 380
HTML-Calendar (Perl) 2.9

HTML-Calendar (Perl) 2.9


Use this Perl class to create a monthly calendar. Its easy to use and highly customizable, supports multiple languages, and you can choose whether weeks start with Saturday, Sunday, Monday, or any other day. Of course you can create as many calendars as more>> Use this Perl class to create a monthly calendar. Its easy to use and highly customizable, supports multiple languages, and you can choose whether weeks start with Saturday, Sunday, Monday, or any other day. Of course you can create as many calendars as you like.<<less
Added: 2006-01-04 License: Free Non-Commercial Price: $0.00USD
15 downloads
 
Other version of HTML-Calendar
HTML-Calendar (Perl)Use this Perl class to create a monthly calendar. Its easy to use and highly customizable ... Use this Perl class to create a monthly calendar. Its easy to use and highly customizable
Price: FreeAdditionalInfoFreeforprivateuse4
License:Free for non-commercial use
Download
1400 downloads
Added: 2006-01-04
Herongs Notes on Perl

Herongs Notes on Perl


This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debu more>> This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC::XML, sample codes, SOAP, SOAP::Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML::Simple.<<less
Added: 2004-01-02 License: Freeware Price: Free
2123 downloads
Sending Email with Perl/Tk

Sending Email with Perl/Tk


This is a simple Perl/Tk application that will send Email using the Net::SMTP module. So if you ever wondered about Creating a GUI to send email, then check this out. more>> This is a simple Perl/Tk application that will send Email using the Net:SMTP module. So if you ever wondered about Creating a GUI to send email, then check this out.<<less
Added: 2007-07-31 License: Freeware Price: $0.00USD
13 downloads
Using Ajax from Perl

Using Ajax from Perl


You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, theres already a m more>> You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, theres already a module on CPAN to take the pain out it: CGI::Ajax.<<less
Added: 2006-11-10 License: Freeware Price: Free
1087 downloads
Error Log Viewer Perl

Error Log Viewer Perl


PLEASE REVIEW AND EDIT CAREFULLY Error Log Viewer is a free perl script that allows you to view your web servers error log. more>> Error Log Viewer Perl is developed as a free and useful perl script which gives you the ability to view the error log of your web servers. Error Log, contains all sorts of useful information about errors and warnings returned by your server that will help you improve as a Perl Programmer and write tighter more efficient code.

All you need is a cgi-bin and the path to the error log file on your server. If you do not know the path to your error log, this script package also comes with the code you need to redirect the error messages to your browser.

The following code is all you really need. It has proved invaluable and has saved our programmers countless hours of debugging. Any time you encounter a Server 500 error, open up the script that is causing it and enter the following code near the top, under the path to Perl.

It can be placed anywhere in the script as long as it placed before the error. Each time a script is called, it is entirely compiled then executed. This code will redirect the errors found to STDOUT (your browser) using Perls built in BEGIN subroutine.

Major Features:

  1. Select group of lines to view
  2. View with or without word wrap
  3. Characters decoded for easier reading
  4. Set default values
  5. Compatible with Windows, Unix, Linux, Sun, BSDOS and OSX Mac servers
<<less
Added: 2008-01-03 License: Freeware Price: Freeware
1 downloads
Dr.Queks notes on Perl

Dr.Queks notes on Perl


This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi s more>> This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will walk you through the basics of creating CGIs with Perl.<<less
Added: 2005-08-01 License: Freeware Price: Free
1547 downloads
HTML-Graphs (Perl) 4.6

HTML-Graphs (Perl) 4.6


Use the BAR_GRAPH class to create horizontal / vertical bar graphs, progress bars and faders. You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics or graphical libraries required. more>> Use the BAR_GRAPH class to create horizontal / vertical bar graphs, progress bars and faders. You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics or graphical libraries required.<<less
Added: 2005-01-31 License: Free Non-Commercial Price: $0.00USD
14 downloads
 
Other version of HTML-Graphs
HTML-Graphs (Perl) 4.3HTML-Graphs (Perl) script allows you to create horizontal / vertical ... HTML-Graphs (Perl) 4.3 is a little yet powerful script that allows you to create horizontal
Price: Freefornoncommercialpurposes.
License:Free for non-commercial purposes.
Download
16 downloads
Added: 2007-10-30
HTML-Graphs (Perl)Gerd Tentler - HTML-Graphs (Perl) Use the BAR_GRAPH class to create horizontal / vertical bar graphs ... HTML-Graphs. Use the BAR_GRAPH class to create horizontal
Price: FreeAdditionalInfoFreeforprivateuse6
License:Free for non-commercial use
Download
1742 downloads
Added: 2005-01-31
Herong's Notes on Perl 4.01

Herong's Notes on Perl 4.01


This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, more>> This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC:XML, sample codes, SOAP, SOAP:Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML:Simple.<<less
Added: 2004-01-02 License: Freeware Price: $0.00USD
16 downloads
Dr.Quek's notes on Perl

Dr.Quek's notes on Perl


This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will more>> This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will walk you through the basics of creating CGIs with Perl.<<less
Added: 2005-08-01 License: Freeware Price: $0.00USD
13 downloads
Sendmail Logcheck (Perl) 1.2

Sendmail Logcheck (Perl) 1.2


Use this script to analyse sendmail logfiles created by the syslog daemon. It was tested with SuSE Linux. The generated report is available in HTML and ASCII format (useful if this class is included into a script that you run from the command line). more>> Use this script to analyse sendmail logfiles created by the syslog daemon. It was tested with SuSE Linux. The generated report is available in HTML and ASCII format (useful if this class is included into a script that you run from the command line).<<less
Added: 2005-03-31 License: Free Non-Commercial Price: $0.00USD
13 downloads
 
Other version of Sendmail Logcheck
Sendmail Logcheck (Perl)Gerd Tentler - Sendmail Logcheck (Perl) Use this script to analyse sendmail logfiles created by the syslog ... Sendmail Logcheck. Use this script to analyse sendmail
Price: FreeAdditionalInfoFreeforprivateuse4
License:Free for non-commercial use
Download
1686 downloads
Added: 2005-03-31
A Perl Tutorial

A Perl Tutorial


This tutorial is very helpful for beginners to understand the basic concepts of Perl language. It contains quiz at the end of lesson, that you should take to test your understanding of the tutorial. more>> This tutorial is very helpful for beginners to understand the basic concepts of Perl language. It contains quiz at the end of lesson, that you should take to test your understanding of the tutorial.<<less
Added: 2006-06-04 License: Freeware Price: Free
716 downloads
Easy Perl for Beginners 1.0

Easy Perl for Beginners 1.0


For Perl beginners or as a reference. Short examples with easy to follow explanations. No long examples with bulky html forms. If you want to split an array, you get the code to split an array. more>> For Perl beginners or as a reference. Short examples with easy to follow explanations. No long examples with bulky html forms. If you want to split an array, you get the code to split an array.<<less
Added: 2006-05-22 License: Other Price: $0.00USD
12 downloads
 
Other version of Easy Perl for Beginners
Easy Perl for BeginnersFor Perl beginners or as a reference. Short examples with easy to follow . For Perl beginners or as a reference. Short examples with easy to follow
License:Other Free / Open Source License
Download
1285 downloads
Added: 2006-05-22
Tips and Prerequisites for Learning VoiceXML

Tips and Prerequisites for Learning VoiceXML


There are a number of concepts that you will want to become familiar with before you can effectively learn VoiceXML. It is first important for you to have a basic understanding of programming concepts more>> There are a number of concepts that you will want to become familiar with before you can effectively learn VoiceXML. It is first important for you to have a basic understanding of programming concepts and elements. In addition to this, you must have a basic understanding of the field of telephony.<<less
Added: 2006-11-19 License: Freeware Price: Free
1077 downloads
MIMEmail (Perl) 2.1

MIMEmail (Perl) 2.1


If you want to send HTML mails including images and stylesheets, or want to attach files - this script is for you. Images and files will be included into the mail body and will be sent to the recipient(s). more>> If you want to send HTML mails including images and stylesheets, or want to attach files - this script is for you. Images and files will be included into the mail body and will be sent to the recipient(s).<<less
Added: 2005-10-06 License: Free Non-Commercial Price: $0.00USD
12 downloads
@1 Helpdesk XP Perl 1.2

@1 Helpdesk XP Perl 1.2


A web-based helpdesk system. It supports file attachments, hidden remarks, priority marking etc. Unlike other similar products, this script does not use the conventional "assign/completed" method to close past tickets. Instead, it uses an intelligent more>> A web-based helpdesk system. It supports file attachments, hidden remarks, priority marking etc. Unlike other similar products, this script does not use the conventional "assign/completed" method to close past tickets. Instead, it uses an intelligent method to sort/rank inquiry tickets. You can even tell whether your replies have been read by the visitors. It is now FREE!<<less
Added: 2002-12-03 License: Freeware Price: $0.00USD
13 downloads
 
Other version of @1 Helpdesk XP Perl
@1 Helpdesk XP PerlA web-based helpdesk system. It supports file attachments, hidden remarks . A web-based helpdesk system. It supports file attachments, hidden remarks
License:Freeware
Download
2517 downloads
Added: 2002-12-03
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5