Geometry.Net - the online learning center
Home  - Computer - Perl
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 78    Back | 1  | 2  | 3  | 4  | Next 20

         Perl:     more books (100)
  1. Building Bioinformatics Solutions: with Perl, R and MySQL by Conrad Bessant, Ian Shadforth, et all 2009-02-28
  2. Pro Perl Debugging by Richard Foley, Andy Lester, 2005-03-14
  3. Perl and XML by Erik T. Ray, Jason McIntosh, 2002-04-25
  4. Developing Web Applications with Apache, MySQL, memcached, and Perl (Wrox Programmer to Programmer) by Patrick Galbraith, 2009-07-07
  5. Win32 Perl Scripting: The Administrator's Handbook by Dave Roth, 2000-11-10
  6. The Definitive Guide to Catalyst: Writing Extensible, Scalable and Maintainable Perl–Based Web Applications by Kieren Diment, Matt Trout, 2009-07-09
  7. Mastering Algorithms with Perl by John Macdonald, Jon Orwant, et all 1999-08-18
  8. Elements of Programming with Perl by Andrew L Johnson, 1999-10-01
  9. Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) by Steve Suehring, 2005-11-03
  10. Perl for Exploring DNA by Mark D. LeBlanc, Betsey Dexter Dyer, 2007-08-10
  11. Advanced Perl Programming by Simon Cozens, 2005-06-28
  12. Theophany (Suny Series in Ancient Greek Philosophy) by Eric D. Perl, 2008-06-05
  13. Perl Template Toolkit by Darren Chamberlain, Dave Cross, et all 2003-12-23
  14. Pro Perl Parsing by Christopher M. Frenz, 2005-08-10

41. Beginner's Guide To CGI Scripting With Perl
A tutorial on basic CGI scripting with perl on a Unix platform. Assumes no prior Unix or programming knowledge.
http://www.lies.com/begperl/
Beginner's Guide to CGI Scripting with Perl
"Perilous to us all are the devices of an art deeper than we possess ourselves." - J.R.R. Tolkien, The Two Towers
Contents
You may also download the complete tutorial for offline viewing:
Introduction
This page is designed to help novice programmers learn the Perl programming language. Specifically, it's designed to help them learn enough to run CGI scripts on a Unix Web server. This page grows out of my own experience. When I started out on the Web I was new to Unix, and had no formal training as a programmer. I wanted to create dynamic pages for my Web site, though, and everyone said Perl was the way to go. They were right: It was the way to go. It sounds trite to say that "Perl changed my life," but that's basically what happened. Still, it was an uphill battle. In particular, many of the resources for learning Perl seemed to assume that I was already an experienced programmer, or at least an experienced Unix user. I've made some assumptions in these pages, but not those assumptions. Assumptions I do make:
  • You're reasonably intelligent.

42. Perl Archive By Creative Fundamentals, Inc.
Script directory, forum, and some webrelated articles.
http://www.perlarchive.com/
CGI/Perl Guide Learning Center Forums Advertise ... Login Site Search: in Perl Guide PerlGuru Forums Learning Ctr Add Listing Modify Listing Tell A Friend Link to TPA ... Random Link Newest Reviews
  • review
  • hagen software
  • NOT GPL!
  • Hagan Software ...
    Brochure Templates
    Perl Archive Guide Home Guide Search entire directory Welcome to the new Perl Archive! We've added many new features, including ratings, reviews, listing management and more! We invite you to browse the improved site. Categories: (3731 links total) TLC
    The Perl Archive's Learning Center. Articles, tutorials and more. Affiliate Programs
    Affiliate programs are fantastic traffic drivers. These programs give your affiliates some benefit for referring people to you. This section also handles some already existing Affiliate programs, such as Amazon.com, Barnes and Noble, e-Toys, etc.
    Branded Stores
    Auctions
    Add value to your web site by offering web based auctions.
    Branded Auctions
    Banner Rotation
    Banner rotation helps keep your web page fresh by changing banners each time a page is loaded. Some progams offer robust statistics features. BBS
    BBS's (Bulletin Board Systems), also called forums allow for threaded discussions.
  • 43. What Is Perl? - A Definition From Whatis.com - See Also: Practical Extraction An
    perl is a script programming language that is similar in syntax to the C language and that includes a number of popular UNIX facilities such as sed, awk,
    http://searchenterpriselinux.techtarget.com/sDefinition/0,,sid39_gci214291,00.ht
    mboxCreate('global'); Perl Home Enterprise Linux Definitions - Perl SearchEnterpriseLinux.com Definitions (Powered by WhatIs.com) EMAIL THIS LOOK UP TECH TERMS Powered by: Search listings for thousands of IT terms: Browse tech terms alphabetically: A B C D ... Z
    Perl
    Digg This! StumbleUpon Del.icio.us
    ttWriteMboxDiv('searchEnterpriseLinux_Definition_Body'); ttWriteMboxContent('searchEnterpriseLinux_Definition_Body'); - Perl is a script programming language that is similar in syntax to the C language and that includes a number of popular Unix facilities such as SED awk , and tr . Perl is an interpreted language that can optionally be compiled just before execution into either C code or cross-platform bytecode . When compiled, a Perl program is almost (but not quite) as fast as a fully precompiled C language program. Perl is regarded as a good choice for developing common gateway interface ( CGI ) programs because it has good text manipulation facilities (although it also handles binary files). It was invented by Larry Wall. In general, Perl is easier to learn and faster to code in than the more structured

    44. Practical Perl Programming
    perl CommandLine Options How Are the Options Specified? The Command-line Options Example uses of command-line options
    http://www.cs.cf.ac.uk/Dave/PERL/
    Next: Contents
    Practical Perl Programming
    A. D. Marshall 1999-2005
    PDF VERSION of PERL NOTES AVAILABLE FOR DOWNLOAD (Local Students ONLY)
    HTML PERL NOTES

    45. 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
    http://ooblick.com/text/perl/
    ooblick.com For external use only
    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.

    46. Perl Text Patterns For Search And Replace
    The perl programming language, originally designed for textprocessing only, is the main cause for the popularity that regular expressions enjoy nowadays.
    http://www.regular-expressions.info/perl.html
    Tutorial Examples Easily use the power of regular expressions in your Perl scripts with RegexBuddy.
    Create and analyze regex patterns with RegexBuddy's intuitive regex building blocks. Implement regexes in your Perl scripts with instant Perl code snippets. Just tell RegexBuddy what you want to achieve, and copy and paste the auto-generated Perl code. Get your own copy of RegexBuddy now
    Perl's Rich Support for Regular Expressions
    Perl was originally designed by Larry Wall as a flexible text-processing language. Over the years, it has grown into a full-fledged programming language, keeping a strong focus on text processing. When the world wide web became popular, Perl became the de facto standard for creating CGI scripts. A CGI script is a small piece of software that generates a dynamic web page, based on a database and/or input from the person visiting the website. Since CGI script basically is a text-processing script, Perl was and still is a natural choice. Because of Perl's focus on managing and mangling text, regular expression text patterns are an integral part of the Perl language. This in contrast with most other languages, where regular expressions are available as add-on libraries. In Perl, you can use the

    47. Perl
    perl (Practical Extraction and Report Language) is a textprocessing language developed by Larry Wall which looks like a combination of C and several Unix
    http://burks.bton.ac.uk/burks/language/perl/index.htm
    Perl
    Development Reference External Perl (Practical Extraction and Report Language) is a text-processing language developed by Larry Wall which looks like a combination of C and several Unix text processing utilities (e.g. awk sed and tr ). Its detractors claim that Perl is actually an acronym for Pathologically Eclectic Rubbish Lister. It is often used as an implementation language for CGI scripts , but it can be used for any application involving text manipulation (for example, all the index files on this CD were generated by Perl scripts).
    Development tools:
    Indigo Perl 5.6
    A prebuilt binary distribution for Windows which includes preinstalled version of many useful Perl packages (e.g libwww , a package of tools for Internet programming, and Perl/Tk , a package to build graphical programs in Perl using Tk Jun 2001. Free software under the terms of the GNU General Public License
    Home site: http://www.perl.com/CPAN/ports/ The Cygnus toolkit
    A Windows port of most of the GNU Unix tools, including the GCC compiler collection 2.95.3 (covering C, C++, Objective-C, x86 assembler Fortran 77) as well as Perl 5.6.1, Python 2.1 and Tcl/Tk 8.0. Other tools such as make, gdb (the GNU debugger), vi, tar, gzip, grep, sed, awk, and many more are also provided. Even Unix shells such as bash are included, so you can have what appears to be a Unix environment on a Windows system if you want.

    48. Higher-Order Perl
    HigherOrder perl is about functional programming techniques in perl. It s about how to write functions that can modify and manufacture other functions.
    http://hop.perl.plover.com/
    Higher-Order Perl
    by Mark Jason Dominus
    Order Higher-Order Perl online from Powell's Books Current Status: The book was published on 8 March 2005. Copies are now available in bookstores in the U.S. and Europe, and from online booksellers. A second printing became available in August 2005.
    Idea of the Book
    Higher-Order Perl is about functional programming techniques in Perl. It's about how to write functions that can modify and manufacture other functions. Why would you want to do that? Because that way your code is more flexible and more reusable. Instead of writing ten similar functions, you write a general pattern or framework that can generate the functions you want; then you generate just the functions you need according to the pattern. The program doesn't need to know in advance which functions are necessary; it can generate them as needed. Instead of writing the complete program yourself, you get the computer to write it for you.
    Table of Contents
  • Recursion and Callbacks
  • Dispatch Tables
  • Caching, Memoization, and Lazy Computation
  • 49. The Perl Journal
    Software tools and techniques for global software development. Dr. Dobb s features articles, source code, blogs,forums,video tutorials, and audio podcasts,
    http://www.tpj.com/
    var addtoMethod=1; var AddURL = document.location.href; var AddTitle = escape(document.title); FOCAL POINTS: Sponsored Links
    Focus on Office Business Applications (OBA)

    Site Archive (Complete)
    ABOUT US CONTACT ... CAREERS
    The Perl Journal
    Founded in 1996 by Jon Orwant, The Perl Journal was published through January 2006, and was the leading publication for and about Perl Programming. Archives of the magazine can be found here.
    Please note: Past articles have now been incorporated as part of our topic-based department areas and can also be found using the site's search function. Temporarily, we are not itemizing articles by month/year of publication. This will change in the near future.
    If you'd like to submit an article on Perl or any other Lightweight Language for inclusion in the Dr. Dobb's Portal Web Development Department , send it to kcarlson@cmp.com EXPAND YOUR HORIZONS for the web.

    50. Perl Golf
    Dedicated to creating tools that facilitate the administration of perl Golf courses.
    http://perlgolf.sourceforge.net/
    Perl Golf Learning Perl in Competition Definition Monthly Services PGAS ... Links
    Definition
    A competition to find the shortest (fewest keystrokes) Perl code to solve a given problem. Antoine de Saint-Exupery Perfection is achieved not when you have nothing more to add,
    but when you have nothing left to take away.
    Monthly Tournaments
    Update : Most golfing activity has moved to Terje Kristensen's Minigolf site The Perl Golf community puts on monthly tournaments. ActiveState and O'Reilly award prizes to the winners of the beginner and veteran competitions. Sponsored by
    Services
    Using the PGAS web service , Perl hackers are displaying PGAS data in interesting ways:

    51. Perl 5 By Example: Welcome
    perl 5 by Example teaches you how to use the perl programming language by showing examples that demonstrate the concepts being discussed.
    http://affy.blogspot.com/p5be/index.htm
    Next Chapter
    Links
    Sections

    Chapters

    Sections Chapters
    ERRATA
    Welcome! Introduction Part I: Basic Perl 01-Getting Your Feet Wet 02-Numeric and String Literals 03-Variables 04-Operators ... 08-References Part II: Intermediate Perl 09-Using Files 10-Regular Expressions 11-Creating Reports Part III: Advanced Perl 12-Using Special Variables 13-Handling Errors and Signals 14-What Are Objects? 15-Perl Modules ... 17-Command line Options Part IV: Perl and the Internet 18-Using Internet Protocols ftplib.pl 19-What is CGI? 20-Form Processing ... 22-Internet Resources Appendixes A-Review Questions B-Glossary C-Function List D-The Windows Registry ... E-What's On the CD?
    Welcome to Perl 5 by Example
    by David Medinets
    Reading Perl 5 by Example is the easiest way to learn Perl! Teach yourself Internet programming and CGI scripting. Jump right into Perl with Chapter 1, " Getting Your Feet Wet ", or read the beginning materials below and the introduction chapter.

    52. The New PerlTk.org
    perlTk.org better GUIs using perl and Tk, perl, Tk, GUI, Tcl, User Interface, Software Design.
    http://www.perltk.org/
    www.mamboteam.com The New PerlTk.org Home Monday, 31 March 2008 Main Menu Home Perl/Tk Widgets Articles Scripts ... FAQs Login Form Username
    Password
    Remember me
    Forgotten your password?
    No account yet? Create one Who's Online We have 11 guests online Welcome to PerlTk.org! Welcome to www.PerlTk.org, the site dedicated to everything Perl/Tk.
    Perl is a programming language created in the mid 80's by Larry Wall. It borrows much of its syntax from multiple other languages, and is one of the most popular and widely used programming languages today. For more information about Perl, and to download it, please visit Perl.org
    Tk is a GUI toolkit developed by John Ousterhout, initially as a Tcl extension, to facilitate the creation of graphical user interfaces. Since then, it has grown in popularity, and as a result has been ported to many different languages. Nick Ing-Simmons ported Tk to Perl, giving us Perl/Tk.
    The latest version of Perl/Tk is 804.027. You can download it from CPAN
    This site is community-driven. People share their experience by submitting content, either as informative articles, scripts, useful tips, or interesting weblinks. Hopefully you will find the information contained in this website useful. If possible, please share you experience by submitting your own content. Others might find it useful.

    53. Perl Quick Reference Card In Pdf Format
    Download the perl quick reference card in pdf format compiled by John Bokma.
    http://johnbokma.com/perl/perl-quick-reference-card.html
    John Bokma Perl freelance Perl programmer
    Perl Quick Reference Card
    1 comment I used OpenOffice.org to make a Quick Reference card for my favorite programming language: Perl. The reference is based on tables given in Programming Perl 3rd edition (O'Reilly). I have added the book page numbers to the table titles for easy reference. Note that this quick reference card is not finished yet. Perl Quick Reference card. Please do not:
    • host the Perl Quick Reference Card on your own site link directly to the reference card pdf file convert the quick reference to a different file format - e.g. PNG - and host it
    It took me quite some time to cram all this information on Perl in less than two pages, so please respect the above requests. Also, the Perl quick reference card is currently draft and more information will be added. Hence, by hosting it on your site, users might end up with an outdated Perl reference card.
    Download the Perl Quick Reference Car
    Please post read RSS feed

    54. Sys Admin > The Perl Journal
    Sys Admin and The perl Journal CDROM version 12.0. Version 12.0 delivers every issue issue of The perl Journal from 1996-2002 in one convenient CD-ROM!
    http://www.sysadminmag.com/tpj/
    DEPARTMENTS Operating Systems
    Server Management

    Networking

    Security
    ...
    Your Career
    SYS ADMIN Issues
    Source Code

    Whitepapers

    About Us
    ...
    Advertise
    Current Issue
    Table of contents
    CD-ROM
    Sys Admin and The Perl Journal CD-ROM version 12.0 Version 12.0 delivers every issue of Sys Admin from 1992 through 2006 and every
    issue of The Perl Journal from 1996-2002 in one convenient CD-ROM! Order now! Sys Admin Magazine > The Perl Journal
    The Perl Journal website has moved here
    You will be automatically redirected in 10 seconds.
    MarketPlace
    SOLVE MORE ISSUES on the first call. Try WebEx FREE ZAP REMOTE SUPPORT ISSUES! Crush Support Log Jams! BLAST THROUGH FIREWALLS! Try WebEx REMOTE SUPPORT Download MICROSOFT SEARCH SERVER EXPRESS 2008 FREE Search file shares, SharePoint sites, Exchange Public Folders, Lotus Notes repositories, and more! Discover WinDev 11 RAD and develop 10 times faster ! ALM, IDE, .Net, PDF, 5GL, Database, 64-bit, etc. Free Express version PureCM Software Configuration Management Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now! Wanna see your ad here?

    55. Perl DBI - Dbi.perl.org
    Official site includes documentation, mailing list information, and demonstrations.
    http://dbi.perl.org/
    Perl DBI Download latest DBI
    Questions about DBI? See the DBI FAQ.
    What is DBI?
    "The DBI is the standard database interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used." Tim Bunce In the next few weeks this site will undergo major reconstruction. We would like to hear your comments in this regard. What would you like to see that would be helpful to others as well. We really appreciate your help and hope that the future of this site will help you in your Perl and DBI endeavors.
    Please send any comments/suggestions to dbi-webmaster [at] perl.org.
    Thanks.
    Your dbi.perl.org team (Tim Bunce and Ilya Sterin)
    About DBI
    DBI Releases Perldoc Changes Full content, Old versions DBI Drivers Find latest DBD modules
    Summaries (1999)
    DBI Extensions Find latest DBIx modules Support Community Commercial ... Donations Programming the Perl DBI The Book
    Other database books

    Other Perl books

    Tim Bunce
    Developed and Maintained by Ilya Sterin [dbi-webmaster at perl dot org]
    Suggest change to dbi.perl.org

    56. Perl Regular Expressions
    Without regular expressions, perl would be a fast development environment. Probably a little faster than VB for console apps. With the addition of regular
    http://www.troubleshooters.com/codecorn/littperl/perlreg.htm
    Troubleshooters.Com and Code Corner Present
    Steve Litt's Perls of Wisdom
    Perl Regular Expressions
    (With Snippets)
    Master troubleshooting in 1 week for $14.95
    Learn troubleshooting basics in 1 night for $8.95

    Debug like a Ninja!
    Contents
    • Introduction What They Are Doing String Comparisons
      Introduction
      Without regular expressions, Perl would be a fast development environment. Probably a little faster than VB for console apps. With the addition of regular expressions, Perl exceeds other RAD environments five to twenty-fold in the hands of an experienced practitioner, on console apps whose problem domains include parsing (and that's a heck of a lot of them). Regular expressions is a HUGE area of knowledge, bordering on an art. Rather than regurgitate the contents of the Perl documentation or the plethora of Perl books at your local bookstore, this page will attempt to give you the 10% of regular expressions you'll use 90% of the time. Note that for this reason we assume all strings to be single-line strings containing no newline chars.
      What They Are
      Regular expressions are a syntax, implemented in Perl and certain other environments, making it not only possible but easy to do some of the following:

    57. SOAP::Lite For Perl
    SOAPLite for perl is a collection of perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP,
    http://www.soaplite.com/
    SOAP::Lite for Perl
    SOAP::Lite for Perl is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP, also known as Service Oriented Access Protocol) both on client and server side.
    Documentation
    Mailing Lists
    Project Links
    Recommended Books
    Donate
    SOAP-Lite 0.71 released
    SOAP-Lite 0.71 is available from CPAN at http://search.cpan.org/perldoc?SOAP%3A%3ALite. 0.71 is mainly a bug fix release - all users are encouraged to upgrade. The included Changes file lists the differences to previous versions. 0.71 will be the last release to run under perl 5.005 - we've decided to drop support for perls that old from the next release on. If you're using SOAP::Lite and haven't got a newer perl, you should consider upgrading now... Martin Kutter March 02, 2008

    58. Aprelium - Adding Perl Support
    In the Interpreter field, press Browse , go to the directory where you have installed perl, click on the bin subdirectory, and click on perl.exe.
    http://www.aprelium.com/abyssws/perl.html
    Adding Perl Support
    On Windows
    Download and install Perl
    Declare the interpreter
    • Open Abyss Web Server's console. In the Hosts table, press Configure in the row corresponding to the host to which you want to add Perl support. If there is no Hosts table in the main screen of your console, this means that you are using an old version of Abyss Web Server. Please upgrade to the latest version before proceeding. Upgrading is free, straightforward, and preserves your current server configuration. Click here to download the latest version. Select Scripting Parameters Check Enable Scripts Execution Press Add in the Interpreters table. Set Interface to CGI/ISAPI Note that if you do not find an Interface field, you can ignore this step and continue with the following instructions. In the Interpreter field, press

    59. Comp.lang.perl.tk FAQ
    This compilation of Frequently Asked Questions and answers (FAQ) is intended to answer several of the first (and largely more basic) questions posted to the
    http://w4.lns.cornell.edu/~pvhp/ptk/ptkFAQ.html
    From: claird@phaseit.net (Cameron Laird)
    Newsgroups: comp.lang.perl.tk comp.lang.perl.announce comp.answers news.answers
    Subject: comp.lang.perl.tk FAQ
    Followup-To: comp.lang.perl.tk
    Approved: news-answers-request@MIT.EDU
    Summary: comp.lang.perl.tk Frequently Asked Questions.
    Archive-name: perl-faq/ptk-faq
    Posting-Frequency: monthly
    Last-modified: Date: February 2004
    URL: http://www.cpan.org/authors/id/C/CL/CLAIRD/ptkFAQ.html
    Version: 1.01_00 [THESE ARE DEFUNCT.] URL (Hypertext-split): URL (Plaintext): Image-supplement: ftp-Archive: ftp://ftp.ccd.bnl.gov/pub/ptk/ptkFAQ.txt ftp-Archive: ftp://rtfm.mit.edu/pub/usenet/perl-faq/ptk-faq/ e-mail-Archive: ptkfaq@pubweb.bnl.gov
    Perl/Tk FAQ
    whose COPYING file reads as follows: license.terms for details of this Tk license, and pTk/ Tix.license for the Tix license. comp.lang.perl.tk newsgroup and the ptk mailing list This document concerns itself with the Perl/Tk programming language (or, if you prefer, the Tk extension to Perl). Please be aware that this is not the Perl FAQ , this is not the Tcl FAQ , nor is this the Tcl/Tk FAQ . Each of those other documents is a useful source of information for Perl/Tk programmers but they are completely different from this one. This is a dynamic document and contributions, clarifications, and corrections are

    60. Perl.org Lists - Nntp.perl.org
    perl.perl6.internals.api.embed, Last post October 2004. perl.perl6.internals.api.parser perl.perl6.language.datetime, Last post September 2000
    http://www.nntp.perl.org/
    List of lists
    search perl.org lists
    powered by MarkMail
    perl.org list activity
    powered by MarkMail
    Active lists
    perl.beginners (18 per day) perl.cpan.testers (3860 per day) perl.cpan.testers.discuss (1 per day) perl.cpan.uploads (43 per day) perl.cvs.p5ee (0 per day) perl.cvs.parrot (21 per day) perl.daily-build.reports (19 per day) perl.daily.news (1 per day) perl.datetime (1 per day) perl.dbd.oracle.changes (1 per day) perl.dbd.pg (0 per day) perl.dbd.pg.changes (2 per day) perl.dbi.dev (1 per day) perl.dbi.users (3 per day) perl.jobs (5 per day) perl.ldap (1 per day) perl.libwww (1 per day) perl.macosx (1 per day) perl.makemaker (1 per day) perl.module-authors (2 per day) perl.module.build (2 per day) perl.modules (16 per day) perl.moose (1 per day) perl.par (1 per day) perl.perl5.changes (8 per day) perl.perl5.porters (30 per day) perl.perl6.compiler (1 per day) perl.perl6.internals (20 per day) perl.perl6.language (4 per day) perl.perl6.users (1 per day) perl.poe (1 per day) perl.qa (5 per day) perl.qpsmtpd (3 per day) perl.qpsmtpd.dev (1 per day) perl.vmsperl

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

    free hit counter