Geometry.Net - the online learning center
Home  - Basic_P - Perl Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 99    Back | 1  | 2  | 3  | 4  | 5  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Perl Programming:     more books (100)
  1. Perl Pocket Reference, 4th Edition by Johan Vromans, 2002-07
  2. Intermediate Perl by Randal L. Schwartz, Tom Phoenix, et all 2006-03-08
  3. Programming the Perl DBI by Tim Bunce, Alligator Descartes, 2000-02-04
  4. CGI Programming in C and Perl by Thomas Boutell, 1996-04-29
  5. Perl How to Program Part A & B (2 book set) by Harvey M. Deitel, Paul J. Deitel, et all 2001-02-04
  6. Perl Database Programming by Brent Michalski, 2002-11-07
  7. Perl & LWP by Sean M. Burke, 2002-06-20
  8. Perl Programming for Medicine and Biology (Series in Biomedical Informatics) by Jules J. Berman, 2007-04-06
  9. Programming Perl (2nd Edition) by Larry Wall, Tom Christiansen, et all 1996-10
  10. Sams Teach Yourself Perl in 21 Days (2nd Edition) by Laura Lemay, Richard Colburn, 2002-06-10
  11. Methods in Medical Informatics: Fundamentals of Healthcare Programming in Perl, Python, and Ruby (Chapman & Hall/CRC Mathematical & Computational Biology) by Jules J. Berman, 2010-09-22
  12. Perl Best Practices by Damian Conway, 2005-07-12
  13. Graphics Programming with Perl by Martien Verbruggen, 2002-06
  14. Perl 6 Now: The Core Ideas Illustrated with Perl 5 (The Expert's Voice in Open Source) by Scott Walters, 2004-12-17

41. FREE Perl Code
A directory of free CGI/Perl programs.
http://www.freeperlcode.com/guide/

Home
Add a Resource Modify a Resource What's Cool ...
CGI Gurus Needed At Once!
Categories scripts for you to choose from!
Address Books
Address Books
Auctions
Conduct your own online web-based auctions.
Banner AD Display
Display advertising banners on your page
Banner Exchange
Setup a link exchange between sites with banner advertising.
Bulletin Boards
Allows visitors to your web page to post comments and follow-ups
Calendars
Online Calendars, events, personal or group
Chat Scripts
Allows a number of users to communicate with each other in a centralized forum
Classified Ads
Classified Ads
Clocks
Display the current date and/or time on your web site.
Comments
Allow users to leave comments on a visited page
Community Builders
Community Builders which allow users to create their own home pages
Content Creation
Dynamic Content Creation
Content Managment
Content Managment
Cookies
Track visitors, keep user information and more with these cookie scripts.
Database Manipulation
Allow for the creation, editing and manipulation of databases.
Debugging
Debugging
Directories of site links
Create a directories of site links
Download Managers
File Download Managers
Dynamic Links
Allow visitors to add URL's and/or Pictures to your site (Free-for-all-links)
Email
Email handling scripts
Environment Variable Scripts
Scripts to see a server's environment variables
Form Mail
Send an e-mail message containing data received from a form
Form Processing
Various Form Processing Scripts
Games
Games
Graphic Administration
Graphic Administration
Graphic Animators
Scripts that allow you to create client pull animations.

42. Custom Perl Programming, Perl Script Customization And Script Installation Servi
Perl script customization, custom programming and Perl script installation.
http://www.progland.com/
Perl programming Perl scripts ImageCode Partners ... Order • Articles Web Design Made Simple
Register a Domain Name

Blog Hosting
Free WordPress Blog ...
Corporate Traffic Firewall
We provide many types of CGI implementation,
including script customization custom programming and script installation
  • Perl script customization and custom programming:
  • Perl script installation:
    We also provide a Perl script installation service. You pick the script and we do the installation.
    We can install Perl scripts for Unix or Windows NT servers. Minimum price for installation is $15.
All our custom script solutions come with full, post-installation support. Perl is our preferred programming language, although we also favor using MySQL which is one of the fastest and most powerful database engines. Whatever your particular programming needs, our services offer you professional results within the fastest time frame.
To get your project started today, please complete the order request form and give as many specifics as possible. We will contact you promply with pricing details and what we would need to begin.

43. LAOLA Homepage, Sep/23/97
A collection of documentations and perl programs dealing with binary file formats of Windows program documents.
http://user.cs.tu-berlin.de/~schwartz/pmh/
LAOLA
Binary Structures
Laola distribution
is a collection of documentations and perl programs dealing with binary file formats of Windows program documents.
LAOLA is giving access to the raw document streams of any program using "structured storage" technology to save its documents.
ELSER is dealing especially with these streams as they are present in Word 6 and Word 7 documents. If you do not have a perl, "How to obtain Perl" might help you. To run the programs, you have to get the distribution file (laolaxxx.zip), that includes everything of Laola and Elser, inclusive this document. This perl 4 collection actually is outdated. It is substituted by the perl 5 module "Ole::Storage", containing the Excel -> HTML convertress Herbert. Find everything necessary here New as of 09 April 99: an early approach by Pavel 'CGC' Nygryn to convert Word 6/7 -> TeX . Check it out here An approach to read Ole documents via C is made by Andrew Scriven, Arturo Tena and Caolan McNamara. Have a look at the filters project
Contents
Hacking guide Source codes ... LAOLA distribution , laola013.zip (160 KB)

44. Perl Programming - Free Computer Books
Home of the highest quality Perl Programming books all of which are available for free download.
http://www.computer-books.us/perl.php
Perl Programming
Other Free Books!
Business-Software-Books.us

CAD-CAM-Books.us

Computer-Books.us

Database-Books.us
...
Linux-Books.us

If you know of a quality book that we should include on this page, please let me know.
Perl 5 By Example
David Medinets Extreme Programming in Perl Robert Nagler Picking Up Perl Bradley M. Kuhn Web Client Programming with Perl - Automating Tasks on the Web Clinton Wong Practical mod_perl Stas Bekman, Eric Cholet Object Oriented Perl Manning Publications Beginning Perl Simon Cozens
Non-Book Resources Perl is a dynamic programming language created by Larry Wall and first released in 1987. Perl borrows features from a variety of other languages including C, shell scripting (sh), AWK, sed and Lisp.
Structurally, Perl is based on the brace-delimited block style of AWK and C, and was widely adopted for its strengths in string processing, and lack of the arbitrary limitations of many scripting languages at the time.
Larry Wall began work on Perl in 1987, while working as a programmer at Unisys,[3] and released version 1.0 to the comp.sources.misc newsgroup on December 18, 1987. The language expanded rapidly over the next few years. Perl 2, released in 1988, featured a better regular expression engine. Perl 3, released in 1989, added support for binary data. Until 1991, the only documentation for Perl was a single (increasingly lengthy) man page. In 1991, Programming Perl (known to many Perl programmers as the "Camel Book") was published, and became the de facto reference for the language. At the same time, the Perl version number was bumped to 4, not to mark a major change in the language, but to identify the version that was documented by the book.

45. Larry Wall - Wikipedia, The Free Encyclopedia
Wikipedia article overviewing the career Larry Wall, author of the Perl programming language.
http://en.wikipedia.org/wiki/Larry_Wall
Larry Wall
From Wikipedia, the free encyclopedia Jump to: navigation search Larry Wall Born September 27, 1954 Nationality American Occupation Programmer Author Perl Religion International Church of the Nazarene Spouse Gloria Wall Children Website www.wall.org/~larry/ Larry Wall (born September 27, 1954) is a programmer and author , most widely known for his creation of the Perl programming language in 1987.
Contents
edit Education
Wall earned his bachelor's degree from Seattle Pacific University in 1976. While in graduate school at UC Berkeley, Wall and his wife were studying linguistics with the intention afterwards of finding an unwritten language, perhaps in Africa , and creating a writing system for it. They would then use this new writing system to translate various texts into the language, among them the Bible . Due to health reasons these plans were canceled, and they remained in the U.S., where Larry instead joined the NASA Jet Propulsion Laboratory after he finished graduate school.
edit Accomplishments
Wall is the author of the rn Usenet client and the nearly universally-used patch program. He has won the

46. Perl Tutorial - Programming
Set up PERL to run on your windows machine and start retrieving User Input via the MSDOS command prompt.
http://www.tizag.com/perlT/perlprogramming.php

47. Simon Cozens
Preacher, artist, author and Perl programmer; author of numerous modules and Advanced Perl Programming, 2nd Ed.
http://www.simon-cozens.org/

48. Hewlett-Packard Education & Training, US & Canada - PERL Programming H4311S
HP Education Training, US Canada HP-UX education program - PERL programming Course overview This course provides system administrators, programmers, and technical users with
http://www.hp.com/education/courses/h4311s.html

49. Bonnell, Ralph
Personal/Business Home Page. South Florida Linux Solutions. PHP, MySQL, and Perl programming.
http://ralph.cx/
Ralph Bonnell
Log in
to contact Ralph Bonnell
Here are some of Ralph Bonnell's friends:
Oliver Maddox
Travis Rogers Jr. Sarah Joyce Michael Peterson
Ralph Bonnell likes:
Other Barack Obama
Paulo Coelho

Mozilla Firefox

Brownies
...
NPR

English (US) Español More… Download a Facebook bookmark for your phone. Login Facebook ©2010

50. IRCDefender - A Security System For IRC Networks
IRC Defender is a fully modular perl program which helps with securing a medium to large network against abusive users, bot attacks, and ban evasion.
http://ircdefender.sourceforge.net
Help Search Calendar Members
Recommended Sites
SourceForge.net
ChatSpike IRC

WinBot IRC Bot

Insp IRCd
Posted by brain - 02-24-04 14:32 - 1 comments IRC Defender is a program designed for IRC networks, written in perl. It is highly a modular security service which amongst other things will keep virus and trojan drones from your network, allow you to set akills using regular expressions, and will prevent abuse of CGI:IRC proxies.
IRC Defender supports many IRC daemons including:
  • bahamut dancer hybrid InspIRCd ircd 2.10 unreal ultimate ptlink P10 (ircu, asuka) TR-ircd Dreamforge
IRC Defender is used on many small to medium sized networks.
We welcome third party development of modules, and will include any useful modules in the distribution.
[Edit by Thunderhacker]
New forums are located here Read 4,999 times - last comment by Nneel Print E-Mail Posted by Thunderhacker - 06-2-08 03:45 - comments After another long period of inactivity, 1.5 is now in a stable state. It can be downloaded from here File Modules/Link/inspircd11.pm + Small modification to FJOIN matching regex to take into account single and multiple nick forms File Modules/Link/p10.pm

51. Perl Programming Basics Course | GBdirect Training UK
Synopsis. This course covers general Perl programming together with system and database interaction. This basic fourday course provides a grounding in using the Perl
http://training.gbdirect.co.uk/courses/perl/basic_programming.html
Search Skip to page content Skip to section menu Skip to site-wide navigation About Us ... Consultancy Training Software Publications Open Source Support ...
Closed In-House Course
Synopsis
This course covers general Perl programming together with system and database interaction. This basic four-day course provides a grounding in using the Perl programming language as a successful Perl programmer and/or system administrator. An expanded 5-day version of this course, Perl Programming with Web Development , is scheduled for public presentaion in London and Bradford. The Perl Programming with Web Development course covers everything in this 4-day course, but additionally covers CGI and Perl for web development.
Suitable for
The course covers the fundamentals of Perl from the beginning, as we have found that a good understanding of how and why Perl does things in particular ways helps everyone to learn more effectively; even those who have been programming in Perl for a couple of years. If you are new to programming or web development and are contemplating the use of Perl we suggest that you read our notes on introductory courses first.

52. WebMail, AnyEmail WebMail Client, Web E-mail, Any Mail, Web POP3 Client
Perl program to read/send email from a POP3 email account. Commercial
http://www.netbula.com/anyemail/
Introduction
Advantages

Setup Guide

FAQ

Anyemail in Action
...
DownLoad
With AnyEmail, you can turn any POP3 account into WebMail instantly, with a sense of security.
Advantages: 1) Easy installation. 2) Easy to use. Read/send from any mailbox. Send message and attachments in one shot. 3) Zero administration 4) Small disk usage 5) Secure. No passwords stored on web server 6) Archive mail to PC via standard mail client. 7) High performance. Service version is mod_perl compatible.9) WYSIWYG message editing 9) High quality. 10) Import/export contact lists. Proven by users. A single self-contained perl script (anyemail.cgi) is all you need Screen shots (from version 5.45) AnyEmail is a proven solution, used by many ISPs, companies, schools and individuals and Netbula everyday. AnyEmail solves real problems Read/send/reply/forward email from anywhere
Quickly switch between mail accounts
Able to archive old mail using PC client
Click this link for a test.

53. Articles On Perl Programming | EHow.com
Perl Programming how to articles and videos including How to Write Portable Perl Code, How to Use Perl's Database Integration Interface, How to Download Perl … and much more!
http://www.ehow.com/articles_3361-p2-perl-programming.html
  • Family Food Health Home Money Style More
Home Computers Computer Programming ... Perl Programming
Perl Programming
RESULTS: 51-75 of 75
  • How to Create a Flat File Creating a flat text file is a good way to manage a small database with basic information, such as client phone numbers. However, if you plan to house more than just a few fields in your file, it... How to Set Up Your Clock On Your PC So you just booted up your computer and your pc clock is not there or its the wrong time? Well in this article I will show you how to fix it. How to Create Control Structures in Perl Control structures in Perl are the way in which the flow of a program is controlled. Control structures take the form of if-then-else, unless, while, until, for-next and for each statements. These... How to Create Expressions in Perl Larry Wall developed Perl, short for practical extraction and reporting language, in 1987 for text processing. Now Perl is one of the most widely-used programming languages and helps many... How to Use References in Perl Perl 5 added the ability to manage complicated data in Perl. References essentially point to another data set without having to write out the entire data set each time you need it. There are ways... How to Write CGI Scripts With Perl You'll probably want to utilize the web's common gateway interface, or CGI, to make the process go as smoothly as possible if you're looking to write your own scripts for the WWW. One of the...

54. The Java Tutorials - Lesson - Regular Expressions
A lesson explains how to use the java.util.regex API for pattern matching with regular expressions. Although the syntax accepted by this package is similar to the Perl programming language, knowledge of Perl is not a prerequisite. This lesson starts with the basics, and gradually builds to cover more advanced techniques.
http://java.sun.com/docs/books/tutorial/essential/regex/

55. Perl Programming : Perl Has Been Described As C, Awk, Sed, And Shell Programming
This course is intended for experienced programmers with user level skills in the UNIX environment. Many programs will be written during the class. The lecture topics and lab
http://www.bigwebmaster.com/639.html

56. CodeComments Perl Forums
Forums and web based access to many programming usenet Perl newsgroups, including Perl for beginners, Perl DBI, Perl modules as well as general Perl programming.
http://www.codecomments.com/PERL/

57. PERL Programming - Ask.com
Top questions and answers about PERLProgramming. Find 128 questions and answers about PERL-Programming at Ask.com Read more.
http://www.ask.com/questions-about/PERL-Programming

58. Localizing Your Perl Programs
Adapting programs for languages other than English. Covers the LocaleMaketext and LocaleGettext packages. (Spring 1999).
http://interglacial.com/~sburke/tpj/as_html/tpj13.html
Issue 13, Spring 1999
Localizing Your Perl Programs
Sean M. Burke and Jordan Lachler
Packages Described Locale::Maketext, Locale::Gettext: CPAN GNUgettext: ftp://prep.ai.mit.edu/pub/gnu/gettext/ Once upon a time, when the Internet was merely an experiment in getting a few dozen machines to talk to each other without actually melting, and when computer science was about getting your accounting program to run in 5K of core, it didn't matter that program output was in English, only in English, and MAYBE EVEN ALWAYS IN CAPITALS. After all, computers were basically designed by and for a few American engineers, and as long as packets were swapped and numbers were crunched, everyone was happy. But nowadays, computers are becoming part of daily life for much of the planet, and that means that the average user is less and less likely to be a native speaker of English. And software that doesn't work in your native language is very annoying, even if it does work in some other language you understand fluently. The first step to making software "work", in your language of choice, is called

59. Fmscore And Mail::Freshmeat
A Perl program and module which it use supplied by the user of freshmeat.net newsletter to rank the entries in a newsletter by interest. It also has the nice side effect of removing the advertising from the top of the newsletter.
http://adamspiers.org/computing/fmscore/
fmscore and Mail::Freshmeat
The good guys over at freshmeat.net changed the newsletter format yet again, breaking my software. I don't have the time or motivation to maintain it any longer, so it's currently useless. Sorry about that. If anyone wants to take over maintenance, let me know.
Introduction
You may or may not know that you can request to receive daily e-mail newsletters from that excellent site freshmeat.net which keep you bang up-to-date with Linux software releases. This saves you from checking the website regularly, which is a slower way of keeping track, not to mention expensive for those who pay for their internet connections. The only problem is, there are so many software releases every day, stuff you're interested in gets buried beneath the rest. Here's a solution ...
fmscore
fmscore is a Perl program which uses Mail::Freshmeat and a configuration file supplied by the user to rank the entries in a newsletter by interest. It also has the nice side effect of removing the advertising from the top of the newsletter.
See it in action!

60. Perl Programming
Perl Programming. If I had your brain on tap, I'd burn my Camel book. Mark Coletti Please note for completeness, I've included both the text of the talks as well as the slides.
http://www.ooblick.com/text/perl/
ooblick.com Bienvenue dans notre cirque un peu pervers
Navigation
Text
Links

WWW Ooblick.com
Perl Programming
If I had your brain on tap, I'd burn my Camel book.
Mark Coletti Please note: for completeness, I've included both the text of the talks as well as the slides. However, you should only need the slides if want to give this talk yourself. If you're only interested in learning Perl, you just need the text of the talks. Furthermore, if you're just going to print it out anyway, do yourself a favor and grab the PostScript or LaTeX version. It's much prettier than the HTML version.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 3     41-60 of 99    Back | 1  | 2  | 3  | 4  | 5  | Next 20

free hit counter