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

         Perl:     more books (100)
  1. Object Oriented Perl: A Comprehensive Guide to Concepts and Programming Techniques by Damian Conway, 2000-01-01
  2. Perl Programming for the Absolute Beginner by Jr.Jerry Lee Ford, 2006-06-30
  3. Higher-Order Perl: Transforming Programs with Programs by Mark Jason Dominus, 2005-03-28
  4. Perl in A Nutshell: A Desktop Quick Reference (2nd Edition) by Ellen Siever, Stephen Spainhour, et all 2002-06
  5. Sams Teach Yourself Perl in 21 Days (2nd Edition) by Laura Lemay, Richard Colburn, 2002-06-10
  6. Perl Hacks: Tips & Tools for Programming, Debugging, and Surviving by chromatic, Damian Conway, et all 2006-05-08
  7. Perl & LWP by Sean M. Burke, 2002-06-20
  8. Programming the Perl DBI by Tim Bunce, Alligator Descartes, 2000-02-04
  9. DeMark Indicators (Bloomberg Market Essentials: Technical Analysis) by Jason Perl, 2008-09-28
  10. Gestalt Therapy Verbatim by Frederick S. Perls, 1992-02-01
  11. Mastering Perl/Tk by Stephen O. Lidie, Nancy Walsh, 2002-01
  12. Effective Perl Programming: Writing Better Programs with Perl by Joseph N. Hall, Randal Schwartz, 1998-01-09
  13. The Gestalt Approach & Eye Witness to Therapy by Fritz Perls, 1973-06
  14. Mastering Perl for Bioinformatics by James D. Tisdall, 2003-06

21. Welcome To XML::Xerces
Includes a collection of perl5 wrapper objects that internally use their XML4C counterparts for Level 1 DOM processing.
http://xerces.apache.org/xerces-p/
apache xerces xerces-p About Index Downloading Samples Index DOMCount DOMCreate DOMPrint ... DOM Validator
PDF
Welcome to XML::Xerces
Xerces Perl: The Perl API to the Apache Xerces XML parser
Current Release: XML::Xerces 2.7.0-0
XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl. Because it is based on Xerces-C, XML::Xerces provides a validating XML parser that makes it easy to give your application the ability to read and write XML data. Classes are provided for parsing, generating, manipulating, and validating XML documents. XML::Xerces is faithful to the XML 1.0 recommendation and associated standards (DOM levels 1, 2, and 3, SAX 1 and 2, Namespaces, and W3C XML Schema). The parser provides high performance, modularity, and scalability, and provides full support for Unicode. XML::Xerces implements the vast majority of the Xerces-C API (if you notice any discrepancies please mail the list ). The exception is some functions in the C++ API which either have better Perl counterparts (such as file I/O) or which manipulate internal C++ information that has no role in the Perl module.

22. PERL Tutorial - Introduction
A perl tutorial. Learn perl online from our online examples and walkthroughs.
http://www.tizag.com/perlT/
Web www.tizag.com Home Web Tutorials First Website Guide HTML Tutorial CSS Tutorial
Templates Website Templates Flash Templates Website Logos
Scripting Javascript Tutorial PHP Tutorial PERL Tutorial Ajax Tutorial ... VBScript Tutorial
Databases SQL Tutorial MySQL Tutorial
Miscellaneous XML Tutorial Web Host Guide Flash Tutorial PERL Tutorial PERL - Introduction PERL - First Script PERL - Syntax PERL - Variables ... PERL - Hashes File Management PERL - File Handles PERL - Open PERL - Create PERL - Input ... PERL - Delete Command Promt PERL - Programming PERL - User Input PERL - Chomp Databases PERL - DBI Module PERL - DBI Connect PERL - DBI Query PERL - MySQL Module ... Contact Us
PERL - Before you begin
This tutorial will be covering the PERL syntax and should provide you with a very solid foundation of PERL for you to build upon. It is recommended that before you start walking through our tutorial that you have a general understanding of Web Development as well as some background knowledge of HTML and CSS as our tutorial is directed toward Web programming. We will be incorporating our PERL scripts with HTML, CSS, and PHP so if you are unfamiliar with any of these languages, it may be a good idea to touch base with the tutorials offered here, or elsewhere for that matter to familiarize yourself with the code we offer.

23. Perl 6 - Perl6
perl 6 Essentials is the first book that offers a peek into the development of the new perl language while it s still in flux. Written by members of the
http://dev.perl.org/perl6/
Perl Development: Perl 6
Perl 6 FAQ

Who's Who

Talks

Mailing Lists
...
Pugs
Perl 6 and Parrot Essentials
Perl 6 Essentials is the first book that offers a peek into the development of the new Perl language while it's still in flux. Written by members of the Perl 6 core development team, the book covers the development not only of Perl 6 syntax but also Parrot, the language-independent interpreter developed as part of the Perl 6 design strategy. This book is essential reading for anyone committed to the Perl community. It will satisfy their curiosity and show how changes in the language will make it more powerful and easier to use.
Buy from: Amazon.com Amazon UK Bookpool Powells Perl 6 is the next version of the Perl programming language.
The project attempts to address the interpreter, the language, and the culture. The internals of the version 5 interpreter are so tangled that they hinder maintenance, thwart some new feature efforts, and scare off potential internals hackers. The language as of version 5 has some misfeatures that are a hassle to ongoing maintenance of the interpreter and of programs written in Perl. And finally, the entire Perl community is invited to participate in the design and implementation of Perl 6. "Perl 5 was my rewrite of Perl. I want Perl 6 to be the community's rewrite of Perl and of the community."

24. The Perl Programming Language
The perl Programming Language. Highest Rating (since 2001) 10.707% (5th position, April 2004); Lowest Rating (since 2001) 4.383% (7th position,
http://www.tiobe.com/content/paperinfo/tpci/Perl.html
[ Back To Tiobe Index ]
The Perl Programming Language
  • Highest Rating (since 2001): 10.707% (5th position, April 2004) Lowest Rating (since 2001): 4.383% (7th position, December 2007) Paradigms: Procedural Type system: dynamically typed

25. Essential Perl
This document is a quick introduction to the perl language. perl has many features, but you can get pretty far with just the basics, and that s what this
http://cslibrary.stanford.edu/108/EssentialPerl.html
Essential Perl
This document is a quick introduction to the Perl language. Perl has many features, but you can get pretty far with just the basics, and that's what this document is about. The coverage is pretty quick, intended for people with some programming experience. This document is available for free in the spirit of engineering goodwill that success is not taken, it is earned. Stanford CS Education #108
http://cslibrary.stanford.edu/108/
Revised
This is document #108 in the Stanford CS Education Library see http://cslibary.stanford.edu/108/
Contents
  • What is Perl? Variables Strings Arrays ... Terse Perl
  • 1. What Is Perl?
    Perl is a free, open source programming language created by Larry Wall. Perl aims for adjectives like "practical" and "quick" and not so much words like "structured" or "elegant". A culture has built up around Perl where people create and give away modules, documentation, sample code, and a thousand other useful things visit the Comprehensive Perl Archive Network (CPAN), http://www.cpan.org/ , or http://www.perl.com/

    26. Makamaka Hannyaharamitu / JSON - Search.cpan.org
    JSONPP, JSONXS compatible pureperl module. 2.06. JSONPP5005, Helper module in using JSONPP in perl 5.005, 1.04
    http://search.cpan.org/dist/JSON/
    Home Authors Recent News ... Feedback
    in All Modules Distributions Authors permalink Makamaka Hannyaharamitu
    JSON
    This Release JSON-2.07 Download Browse 15 Feb 2008 Other Releases JSON-2.06 07 Feb 2008 JSON-2.05 04 Feb 2008 JSON-2.04 04 Jan 2008 JSON-2.03 03 Jan 2008 JSON-2.02 25 Dec 2007 JSON-2.01 19 Dec 2007 JSON-2.00 18 Dec 2007 JSON-1.99_05 15 Dec 2007 JSON-1.99_01 07 Dec 2007 JSON-1.15 13 Nov 2007 JSON-1.14 10 May 2007 JSON-1.13 06 May 2007 Links Discussion Forum View/Report Bugs (7) Dependencies Other Tools CPAN Testers PASS (143) [ View Reports Perl/Platform Version Matrix Rating 3 Reviews Rate this distribution License Unknown Special Files Changes
    MANIFEST

    META.yml

    Makefile.PL
    ...
    README
    Modules
    JSON JSON (JavaScript Object Notation) encoder/decoder JSON::PP JSON::XS compatible pure-Perl module. JSON::PP5005 Helper module in using JSON::PP in Perl 5.005 JSON::PP56 Helper module in using JSON::PP in Perl 5.6
    Documentation
    JSON::PP::Boolean dummy module providing JSON::PP::Boolean 43449 Uploads, 14911 Distributions 55702 Modules, 6556 Uploaders hosted by perl.org

    27. Perlfaq
    The perlfaq comprises several documents that answer the most commonly asked questions about perl and perl programming. It s divided by topic into nine major
    http://faq.perl.org/
    Next:
    Previous:

    glossary
    [Table of Contents] ... [Index]
    perlfaq
    • NAME
    • DESCRIPTION
      • Where to get the perlfaq
      • How to contribute to the perlfaq ...
      • The Questions
        • : General Questions About Perl
        • : Obtaining and Learning about Perl
        • : Programming Tools
        • : Data Manipulation
        • : Files and Formats
        • : Regular Expressions
        • : General Perl Language Issues
        • : System Interaction
        • : Networking
        NAME
        perlfaq - frequently asked questions about Perl
        DESCRIPTION
        Where to get the perlfaq
        The perlfaq comes with the standard Perl distribution, so if you have Perl you should have the perlfaq. You should also have the perldoc tool that lets you read the perlfaq $ perldoc perlfaq Besides your local system, you can find the perlfaq on the web, including at http://perldoc.perl.org/ . The perlfaq is an evolving document and you can read the latest version at http://faq.perl.org/ . The perlfaq-workers periodically post extracts of the latest perlfaq to comp.lang.perl.misc. You can view the source tree at https://svn.perl.org/modules/perlfaq/trunk/ (which is outside of the main Perl source tree). The SVN repository notes all changes to the FAQ and holds the latest version of the working documents and may vary significantly from the version distributed with the latest version of Perl. Check the repository before sending your corrections.
        How to contribute to the perlfaq
        You can mail corrections, additions, and suggestions to

    28. The CGI Resource Index: Programs And Scripts: Perl
    perl is the scripting language of choice for hundreds of CGI scripts.
    http://cgi.resourceindex.com/Programs_and_Scripts/Perl/
    ADD RESOURCE SEARCH WHAT'S NEW USER REGISTRATION ... Web Hosting Find your solution
    with ResourceIndex:
    Ecommerce Hosting

    Windows Hosting

    Unix Hosting

    Budget Hosting
    ... Dedicated Servers Special Features PHP Resource Index
    Over 1,000 PHP
    related resources! User Registration Get E-Mail Updates,
    rate and comment
    on resources, and
    much more!
    Sponsor Links Survey Software Run web-based surveys on your site! View demo; PHP or Perl/CGI Other Sites by Matt Matt's Script Archive free cgi scripts FormMail.com hosted form mail ... Programs and Scripts: Perl Access Counters Display how many visitors you've had in a text-based or graphical manner. Advertisements Set up banner rotations on your web page and track their statistics. Auctions Conduct online web-based auctions using these Perl CGI scripts. Audio Management Manage and provide audio files in different formats for users to listen to. Bulletin Board Message Systems On-line message forums allowing for threaded discussions. Calendars Schedule events on-line and/or allow users to post dated information. Chat Real time chat scripts you can use to build a community on your web site.

    29. What Is Perl? - A Word Definition From The Webopedia Computer Dictionary
    This page describes the term perl and lists other pages on the Web where you can find additional information.
    http://www.webopedia.com/TERM/P/Perl.html
    You are in the: Small Business Computing Channel ECommerce-Guide Small Business Computing Webopedia ... Refer-It Enter a word for a definition... ...or choose a computer category. choose one... All Categories Communications Computer Industry Companies Computer Science Data Graphics Hardware Internet and Online Services Mobile Computing Multimedia Networks Open Source Operating Systems Programming Software Standards Types of Computers Wireless Computing World Wide Web Home
    Term of the Day

    New Terms

    Pronunciation
    ...
    Be a Commerce Partner

    Perl Last modified: Friday, March 12, 2004 Short for P ractical E xtraction and R eport L anguage, Perl is a programming language developed by Larry Wall, especially designed for processing text. Because of its strong text processing abilities, Perl has become one of the most popular languages for writing CGI scripts . Perl is an interpretive language , which makes it easy to build and test simple programs. E-mail this definition to a colleague Sponsored listings Find Top Perl Schools in Your Area - Request Free Info - Advance your career at top Perl schools near you. Request free info today. Hire Certified Perl Rockstars - Hire freelance Perl rockstars $10-$50/hour. No commitment. Interview for free.

    30. Perl Mongers
    perl Mongers organises local perl user groups and meetings.
    http://www.pm.org/

    Perl Mongers
    Contact
    FAQ

    Invite a guru
    ...
    YAPC

    Perl Mongers Perl Mongers is a loose association of international Perl User Groups.
    The Perl camel image is a trademark of O'Reilly Media, Inc. Used with permission.

    31. Mother Of Perl: Free Perl Tutorials, Tips, Lessons, Tricks, And Code - Webrefere
    Welcome to Mother of perl. A free biweekly howto devoted to all things perl. Free tutorials, lessons, tips, tricks and code. Past topics have included
    http://www.webreference.com/perl/
    • IT
      • internet.com/IT internet.com/CIO internet.com/Security ... experts / perl contents About
        Feedback

        Tools

        Scripts
        ...
        Xhoo

        resources perl.com
        CPAN

        WebTechniques Perl column archive
        Free newsletter!
        Welcome to Mother of Perl , a free how-to devoted to all things Perl. Simple Comments Release Notes: v.950 In this release, new features include key enhancements that allow visitors to register on your site and provide basic profile information for display to other site visitors. By Dan Ragle. webps Release Notes: v.20 This is a release bulletin for webps. In this version of webps, we look at new administrator options on the back end, and a healthy dose of drag and drop on the front end. By Dan Ragle. webps Release Notes: v.10 This the first release of webps, a Web-based front-end to the familiar Linux/UNIX ps utility. With webps, administrators can pull up ps lists using only a Web browser from any Internet connected location. By Dan Ragle. Simple Comments Release Notes: v.930 This version of Simple Comments adds several new features, including optional CAPTCHA authentication on comment submissions, RSS format comment feeds and the ability for administrators to reply to a comment from directly within the comment approval screen. By Dan Ragle. Getting and Giving Help: A Perl Documentation Primer From time to time, even the most experienced programmers get stuck, hence the need for effective help files. In this Perl primer, we look at the "Plain Old Documentation" (POD) included with the Perl distribution and embedded in practically all publically available Perl modules. By Dan Ragle.

    32. Debian -- Package Search Results -- Perl
    You have searched for packages that names contain perl in all suites, all sections, and all architectures. Found 72 matching packages.
    http://packages.debian.org/perl
    package names descriptions source package names package contents all options skip the navigation Debian Packages Search in specific suite: [ sarge sarge-volatile sarge-backports etch ... experimental Limit search to a specific architecture: [ alpha arm armel hppa ... sparc You have searched for packages that names contain perl in all suites, all sections, and all architectures. Found matching packages. Your keyword was too generic, for optimizing reasons some results might have been suppressed.
    Please consider using a longer keyword or more keywords.
    Exact hits
    Package perl
    • sarge (oldstable) (perl): Larry Wall's Practical Extraction and Report Language
      5.8.4-8sarge6: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc etch (stable) (perl): Larry Wall's Practical Extraction and Report Language
      5.8.8-7etch1: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc etch-m68k (perl): Larry Wall's Practical Extraction and Report Language
      lenny (testing)
      (perl): Larry Wall's Practical Extraction and Report Language
      5.8.8-12: alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc

    33. The Cgi-lib.pl Home Page
    Very popular perl 4/5 module for simple CGI tasks, such as reading form input.
    http://cgi-lib.berkeley.edu/
    The cgi-lib.pl Home Page
    Intro Documentation Examples Books
    cgi-lib.pl
    The cgi-lib.pl library has become the de facto standard library for creating Common Gateway Interface (CGI) scripts in the Perl language. Welcome to the official Web site for cgi-lib.pl , with the most up-to-date releases of the library. The cgi-lib.pl library makes CGI scripting in Perl easy enough for anyone to process forms and create dynamic Web content. The library has the following features:
    • Extremely simple to learn and easy to use
    • Designed for operation under Perl5 and Perl4
    • Very efficient
    • Compatibility with all CGI interactions, including File Upload
    • Convenient utility functions
    • Compatible with Perl5 security features such as taint, warnings, (command line options -Tw) and use strict;
    • Debugging facilities
    • Good starting point for migration to more sophisticated libraries
    Current versions of cgi-lib available:
    • Version 2.18 is the latest released version of cgi-lib.pl. New features in version 2 include support for file upload, improved robustness, and aids for debugging. As of version 2.15, there are work-arounds for bugs in Microsoft Internet Explorer File Upload.

    34. PerlMonks - The Monastery Gates
    www.perlmonks.com/ Similar pages gtk2-perl Homegtk2-perl is the collective name for a set of perl bindings for Gtk+ 2.x and various related libraries. These modules make it easy to write Gtk and Gnome
    http://www.perlmonks.com/
    Your skill will accomplish
    what the force of many cannot PerlMonks
    The Monastery Gates
    Log in Create a new user The Monastery Gates Super Search ... What's New
    =superdoc: print w/ replies xml Need Help ... Donations gladly accepted If you're new here please read PerlMonks FAQ
    and Create a new user
    Want Mega XP? Prepare to have your hopes dashed, join in on the: poll ideas quest 2007 (10520 days remain) New Questions Cryptology in the database
    on Mar 31, 2008 at 01:03 1 reply by patspam
      Dear monks,
      Pity my CPAN/Google-fu, but I'm finding Perl database encryption resources to be very few and far between. Can any monks shine some light here?
      By database encryption I'm talking about the use of symmetric keys to store encrypted data in a db (not ssl communication with a db). I've been reading Kevin Kenan's book "Cryptology in the database" (Symantec Press) which presents a fairly thorough architecture (including Cryptographic Engine, Key Vault/Manifest/Manager, Crypto Provider/Consumer) with a sample implementation in Java.
      I understand that a local software-based key store is going to have to essentially rely on obfuscation to protect the master encryption key (Kenan advocates the use of key-encrypting keys split into at least 2 files to makes things at least non-trivial for an attacker) so I suppose implementing a cryptosystem architecture in code (as opposed to in an external tamper-proof hardware device) isn't all that appealing - still I'm surprised the CPAN doesn't contain any attempts at implementing a working system..? (or maybe I just haven't found it yet..)

    35. Perl Basics In Pictures
    This tutorial helps beginners learn the basics of perl programming. Need a quick reminder of how to do something in perl? Click a task
    http://inpics.net/perlbasics.html
    our approach new tutorials contact us
    Perl Basics In Pictures
    microsoft office Access Excel PowerPoint Word ... Publisher openoffice.org Base Calc Impress Writer web layout Dreamweaver web graphics Photoshop Elements Fireworks web programming MySQL Basics PHP Basics Perl Basics This tutorial helps beginners learn the basics of Perl programming. BEGIN THE PERL BASICS TUTORIAL >> Need a quick reminder of how to do something in Perl? Click a task: Learning the Basics Working with Variables Working with Numbers Subroutines Working with Files Del.icio.us ... tutorials for classroom use

    36. Rex Swain's HTMLified Perl 5 Reference Guide
    See perl 5 Desktop Reference for information about ordering a printed copy ($6.95) of the booklet from O Reilly. But it s no longer in print instead,
    http://www.rexswain.com/perl5.html
    Rex Swain's HTMLified
    Perl 5 Reference Guide
    Last updated 22 March 2001
    [Links updated 7 September 2003]
    Jump to Contents or Index
    This is an HTMLified version of the Perl 5 Desktop Reference Johan Vromans Rex Swain See Perl 5 Desktop Reference for information about ordering a printed copy ($6.95) of the booklet from O'Reilly. [But it's no longer in print instead, get the Perl 5 Pocket Reference, 2nd Edition , updated for Perl version 5.005.] [Now there is a 3rd Edition , revised to cover Perl version 5.6.] [Now there is a 4th Edition , revised to cover Perl version 5.8.] See The Perl Reference Guide for links to other online versions in various formats (PostScript, PDF, etc.). For more detail, see Perl Documentation
    Contents
    Jump to Contents or Index
    Index
    abs accept alarm and ... y
    Back to Contents or Index
    Conventions
    fixed denotes literal text. THIS means variable text, i.e., things you must fill in. means that THIS will default to if omitted. word is a keyword, i.e., a word with a special meaning. RETURN key denotes pressing a keyboard key.

    37. Main Page - BioPerl
    A collection of perl modules for developers of bioinformatics software.
    http://www.bioperl.org/
    Main Page
    From BioPerl
    Jump to: navigation search
    Introduction
    This is the BioPerl project's community documentation site. You can read up on Getting BioPerl Installing BioPerl , and Getting Started using the toolkit. Advanced BioPerl covers a number of topics once you've got the hang of things. Also use the Frequently Asked Questions HOWTOs , and the BioPerl Tutorials as starting place for learning about the toolkit's components. More specific information for developers can be found here and on the sidebar. There is a short History of BioPerl with background on the project and Lincoln Stein 's article on How Perl Saved the Human Genome Project See what BioPerl Users are using the toolkit for and what publications cite the toolkit. The toolkit is divided into several packages, most people will only want to deal with the Core package API documentation for each module at doc.bioperl.org

    38. Perl
    For clarity perl is free software, but it is not a GNU package. However, the GNU web site has long had this page about it, so it will remain for reference.
    http://www.gnu.org/software/perl/perl.html
    Perl
    For clarity: Perl is free software, but it is not a GNU package. However, the GNU web site has long had this page about it, so it will remain for reference. For more information and to download the software, please see the perl.org home page

    39. PERL | Protecting Escarpment Rural Land
    Aiming to protect Burlington s Niagara Escarpment and rural land for future generations.
    http://www.perlofburlington.org/
    "We must recognize the rights of each species to its habitat, migratory routes and place in the community. For humans to assume rights to occupy land by excluding other life forms from their needed habitat is to offend the community in its deepest structure - to declare war on the very life forms we are dependant on for our own survival."
    Thomas Berry
    Home
    Our Mission Major Campaigns Water and Wetlands ... Perl Distributes Objection package to neighbors and previous Objectors for sample letters click here! Home PERL Hydrogeologist discovers major For help understanding what to
    issues with Nelsons latest reports do with your ARA response
    See links below for Sarah Harmers letter from Nelson Aggregate
    Cover Letter
    to JART and the click below
    Blackport Report
    Help with 20 day ARA deadline Or see our news ticker above or click here for sample letters and a list of additional issues or our key contacts page Lake Ontario Water Keepers supports PERL - see Water Keeper Website
    Listen to Sarah Harmer Podcast - Living at the Barricades interview: PODCAST
    (Among other things the issue of why Nelson used MNR letter head to send objectors their letters and why the 20 day objector response period is inadquate)

    40. Beginning Perl Tutorials
    Tutorials on how to use perl to create CGI programs for your web site.
    http://www.pageresource.com/cgirec/index2.htm

    Page 2     21-40 of 78    Back | 1  | 2  | 3  | 4  | Next 20

    free hit counter