Geometry.Net - the online learning center
Home  - Basic_P - Perl Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 188    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | 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. Programming Perl (3rd Edition) by Larry Wall, Tom Christiansen, et all 2000-07-14
  2. Effective Perl Programming: Ways to Write Better, More Idiomatic Perl (2nd Edition) (Effective Software Development Series) by Joseph N. Hall, Joshua A. McAdams, et all 2010-04-29
  3. Learning Perl, 5th Edition by Randal Schwartz, Tom Phoenix, et all 2008-06-27
  4. Perl Programming for the Absolute Beginner by Jr.Jerry Lee Ford, 2006-06-30
  5. Win32 Perl Programming: The Standard Extensions (2nd Edition) by Dave Roth, 2001-09-20
  6. Perl Fast & Easy Web Development by Les Bate, Leslie W. Bate, 2002-11-12
  7. Mastering Perl by brian d foy, 2007-07-16
  8. Advanced Perl Programming by Simon Cozens, 2005-06-28
  9. Perl for Dummies (Fourth Edition) by Paul Hoffman, 2003-03-21
  10. Elements of Programming with Perl by Andrew L Johnson, 1999-10-01
  11. Programming Web Services with Perl by Randy J. Ray, Pavel Kulchenko, 2002-12
  12. Beginning Perl, Second Edition by James Lee, 2004-08-30
  13. The Web Wizard's Guide to Perl and CGI by David A. Lash, 2002-01-15
  14. Computer Science & Perl Programming: Best of TPJ by Jon Orwant, 2002-11-15

1. Perl.com: The Source For Perl -- Perl Development, Perl Conferences
Official home of Perl with an overview, software, documentation, news and miscellaneous information on Perl. Advanced perl programming. Beginning Perl for Bioinformatics
http://www.perl.com/

Downloads
Documentation CPAN Mirror FAQs ... Search
Columns P5P Digest
P6P Digest

Off the Wall

Perl Success Stories
O'Reilly Network
Technologies .NET
Apache

BSD

ONJava.com
...
XML
The Perl CD Bookshelf, Version 2.0 Advanced Perl Programming Beginning Perl for Bioinformatics CGI Programming with Perl, 2nd Ed ... Writing Apache Modules with Perl and C Tech Jobs To learn about the hottest technical jobs, click here Featured Job: Senior Applications Developer with Keane located in Bedford, NH. Click here for more details. (Posted 4/10/2003) Perl Sites Perl Mongers use Perl learn.perl.org jobs.perl.org ... Five Tips for .NET Programming in Perl One of the most common categories of questions on the SOAP::Lite mailing list is getting Perl SOAP applications to work with .NET services. This article, by Randy J. Ray, coauthor of Programming Web Services with Perl , covers some of the most common traps and considerations that can trip up Perl developers. [Perl.com] This week on Perl 6, week ending 2003-03-23 Another PDD, and much discussion of the latest Apocalypse. Piers Cawley, as ever, reports... [Perl.com]

2. Oreilly.com -- Online Catalog: Advanced Perl Programming
Covers complex techniques for managing productionready Perl programs.Category Business Publishing and Printing Technical Books Perl...... more. Search on Safari. Search contents of Advanced perl programmingCode Fragments only. Email This Page. Advanced perl programming. By
http://www.oreilly.com/catalog/advperl/
Books Articles Conferences
O'Reilly Home
Press Room Jobs Resource Centers Perl Java Python C/C++ ... Bioinformatics Book Series Hacks Cookbooks In a Nutshell CD Bookshelves ... The Missing Manuals Online Publications MacDevCenter.com ONDotnet.com ONJava.com ONLamp.com ... XML.com Special Interest Events Meerkat News Ask Tim tim.oreilly.com ... Learning Lab Inside O'Reilly About O'Reilly International Media Kit Contact Us ...
Register your book
to get email notification of new editions, special offers, and more. Search on Safari Search contents of Advanced Perl Programming Code Fragments only Also see:
Table of Contents

Index
Advanced Perl Programming
By Sriram Srinivasan
August 1997
1-56592-220-4, Order Number: 2204
Buy from O'Reilly: Buy Online at: select a store O'Reilly Amazon.com Amazon.co.uk Amazon.ca Bookpool Borders Chapters.indigo.ca Digital Guru Foyles PC Bookshop (UK) Powell's Quantum Readme.doc Reiter's San Diego Technical Books Softpro Stacey's This book covers complex techniques for managing production-ready Perl programs and explains methods for manipulating data and objects that may have looked like magic before. It gives you necessary background for dealing with networks, databases, and GUIs, and includes a discussion of internals to help you program more efficiently and embed Perl within C or C within Perl. [ Full Description
Code Examples and Sample Chapter
Chapter 1: Data References and Anonymous Storage
Download the code examples from this book. The complete set of examples is available at:

3. Effective Perl Programming
Books and rescources on perl programming language.Category Computers Programming Languages Perl Documentation......Thinking about buying Effective perl programming? Here it is on Amazon . The officialnickname for Effective perl programming is The Shiny Ball Book .
http://www.effectiveperl.com/
"the best Perl book for impatient programmers" Thinking about buying Effective Perl Programming? Here it is on Amazon
Or you can try Bookpool.
Latest News
Perl Recipes is Growing
The new, improved Perl Recipes pages are starting to take shape. It will be a while, weeks or more likely months, but I'll be adding and updating them as time permits. ( Note: I have been adding material every day or three during the entire month of January.) The old Perl Recipes page is still around and will not be removed until it has been folded into the new pages.
Where's the Table of Contents? Where are the PDF Files?
Just click on Contents, above. Or, heck, this is hypertext click here
Also Highly Recommended
I highly recommend you give Perl Debugged a look. Here it is on Bookpool , and here it is on Amazon.
Book Nickname (?)
The official nickname for Effective Perl Programming is "The Shiny Ball Book" Effective Perl Programming's ISBN: 0-201-41975-0. Also, here is its Addison-Wesley page . (Hopefully, if they haven't moved things around again! Well, it looks like they have. I'll fix this one of these days.) joseph@5sigma.com

4. Perlfect Solutions - Perl Programming Articles, Tutorials And Tips
General Programming Techniques. Multiplexing filhandles with select() in Perl Sometimes, especially when writing
http://www.perlfect.com/articles
Search: Free Scripts Articles Clients Services ... Hosting
General Programming Techniques
  • Sorting Techniques - An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts.
  • CGI Programming
  • Flexible CGI Output with HTML Templates - This article describes a simple and effective method to format a CGI script's output from HTML templates, by replacing special template directives with dynamic content on the fly. Handling file uploading from www forms with CGI.pm - Find out how to handle file uploads from web forms in your CGI programs using perl and CGI.pm CGI Environmental Variables - Lists all standard environmental variables made available to CGI programs by web servers, and provides a brief explanation of each one of them. Processing URL-Encoded input for CGI scripts - This is a quick explanation of how URL-Encoded CGI input can be decoded and processed to a useful form.
  • Network Programming
  • A web client for MP3 streaming in perl - This article is a complete tutorial showing how to create your own streaming web clients, that can be used to stream (play while downloading) multimedia files such as mp3. Sending mail with sendmail - Find out how to use sendmail (or other similar mail-serving software) to send e-mail from within your script.
  • 5. Dev.perl.org - Perl 6
    The official site for the development of Perl 6, the next generation of the perl programming language.
    http://dev.perl.org/perl6/
    Perl 6
    Architecture

    RFC

    PDD

    Apocalypses
    ...
    Bug Tracking
    You are not logged in.
    Login

    Create account
    Perl 6
    Perl6 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 perl6. "Perl 5 was my rewrite of Perl. I want Perl 6 to be the community's rewrite of Perl and of the community." Larry Wall, State of the Onion speech, TPC4 "When it comes to Perl 6 I'm no longer sure what's obvious and what isn't. ;-)" Damian Conway,
    The vision for perl6 is more than simply a rewrite of perl5. By separating the parsing from the compilation and the runtime, we're opening the doors for multiple languages to cooperate. You'll be able to write your program in perl6, or perl5, or any other language that there's a parser written for. Interchangable runtime engines let you interpret your bytecode or convert it to something else (e.g., Java, C, or even back to Perl).
    The perl6 runtime is called Parrot , and is available at www.parrotcode.org

    6. Perlfect Solutions - Perl Programming Articles, Tutorials And Tips
    Articles and tutorials on perl programming techniques. Subjects range from CGI to database access and network programming.
    http://perlfect.com/articles/
    Search: Free Scripts Articles Clients Services ... Hosting
    General Programming Techniques
  • Sorting Techniques - An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts.
  • CGI Programming
  • Flexible CGI Output with HTML Templates - This article describes a simple and effective method to format a CGI script's output from HTML templates, by replacing special template directives with dynamic content on the fly. Handling file uploading from www forms with CGI.pm - Find out how to handle file uploads from web forms in your CGI programs using perl and CGI.pm CGI Environmental Variables - Lists all standard environmental variables made available to CGI programs by web servers, and provides a brief explanation of each one of them. Processing URL-Encoded input for CGI scripts - This is a quick explanation of how URL-Encoded CGI input can be decoded and processed to a useful form.
  • Network Programming
  • A web client for MP3 streaming in perl - This article is a complete tutorial showing how to create your own streaming web clients, that can be used to stream (play while downloading) multimedia files such as mp3. Sending mail with sendmail - Find out how to use sendmail (or other similar mail-serving software) to send e-mail from within your script.
  • 7. Perl Mongers
    Tom Christiansen's list of news and updates of interest to the Perl community. Advanced perl programming. Beginning Perl for Bioinformatics
    http://www.perl.org/
    Perl Mongers - The Perl advocacy people
    Add this button to your site!

    Add this button to your site!
    learn.perl.org
    jobs.perl.org

    For the press more... Fast Facts
    A Perl glossary

    Industry contacts
    ...
    Perl 6

    For IT managers more... Advertise Perl jobs
    Enterprise level support

    On-site training
    ... Perl reduces business risks Advocacy use.perl.org White Camel Awards Support more... Perl Mailinglists Perl Direct The Perl Clinic ... Learn Perl Publications Perl Mongers recommends... WebTechniques Unix Review The Perl Review Resources use.perl.org Learn Perl The Perl Language Page CPAN ... Mailinglist archives User Groups more... Established groups Invite-A-Guru Start a new group Perl Mongers
    Perl 5.8.0 released!
    "After more than two long years of hard work, the perl5-porters is proud to announce Perl 5.8.0. The most important new features are enhanced Unicode and threads support, and the new I/O subsystem called PerlIO, but there are lots of new goodies, not to mention bazillion bug fixes. The full announcement is available, and you can read what is new in 5.8.0 , and if you like what you see, start installing Since this release has extensive support for non-Latin scripts, we also translated the announcement to

    8. Robert Geake: Freelance Web Programming In The Canterbury Area, Perl, PHP Script
    perl programming and system administration services.
    http://robert.thegeakes.co.uk/
    r o b e r t g e a k e
    w e b p r o g r a m m i n g
    Main Menu Home What i do Web Services Unix Services ... Contact Me Currently Working On Astronmy weather forcast system for weatherweb.net
    MySQL, PHP based Customer image system for filmscanning.co.uk Perl Tutorials:
    LightWave Tutorials:
    Welcome:
    This is the first upload of this site, it may well have typos and technical errors. If you find yourself sudenly back at the home page this is more than likely due to the fact that any 404 messages simply re-direct back to the home page. If you are unlucky enough to find some errors, please let me know by clicking on one of the many mailto links through out the site.
    Thanks for your patience ! From this site you can find out all about what i do for a living, as you can guess by now, im a web programmer. I have been doing this sort of work for over 5 years now, mostly on a freelance basis and mostly for companies in my neighbourhood (Kent UK). Generally i dont design websites because im trained in the technical aspects of the web: mail / web servers and programming languages. But i have, of late, turned my hand to designing a couple of sites. Nothing to fancy, the ideas lean towards technically advanced text based sites that drag search engines in from around the globe. I cannot guarantee you thousands of visits a month, and anybody that does is a liar. But i can give you a dynamic site that is easily updated by either you or a dedicated member of your workforce. This way your visitors will keep coming back.

    9. Practical Perl Programming
    Next Contents. Practical perl programming. A. D. Marshall 1999
    http://www.cs.cf.ac.uk/Dave/PERL
    Next: Contents
    Practical Perl Programming
    A. D. Marshall 1999
    PDF VERSION of PERL NOTES AVAILABLE FOR DOWNLOAD (Local Students ONLY)
    HTML PERL NOTES

    10. Oreilly.com -- Online Catalog: Computer Science & Perl Programming
    special offers, and more. Email This Page. Computer Science perl programmingBest of The Perl Journal. Edited by Jon Orwant November
    http://www.oreilly.com/catalog/tpj1/
    Books Articles Conferences
    O'Reilly Home
    Press Room Jobs Resource Centers Perl Java Python C/C++ ... Bioinformatics Book Series Hacks Cookbooks In a Nutshell CD Bookshelves ... The Missing Manuals Online Publications MacDevCenter.com ONDotnet.com ONJava.com ONLamp.com ... XML.com Special Interest Events Meerkat News Ask Tim tim.oreilly.com ... Learning Lab Inside O'Reilly About O'Reilly International Media Kit Contact Us ...
    Register your book
    to get email notification of new editions, special offers, and more.

    Best of The Perl Journal
    Edited by Jon Orwant
    November 2002
    0-596-00310-2, Order Number: 3102
    Buy from O'Reilly: Buy Online at: select a store O'Reilly Amazon.com Amazon.co.uk Amazon.ca Bookpool Borders Chapters.indigo.ca Digital Guru Foyles PC Bookshop (UK) Powell's Quantum Readme.doc Reiter's San Diego Technical Books Softpro Stacey's The first of three volumes from the archives of The Perl Journal that O'Reilly has exclusive rights to distribute, this book is a compilation of the best from TPJ: 71 articles providing a comprehensive tour of how experts implement computer science concepts in the real world, with code walkthroughs, case studies, and explanations of difficult techniques that can't be found in any other book.
    Full Description
    Sample Chapter and Code Examples
    Chapter 20: Memoization (PDF)
    Download the code examples from this book. The complete set of examples is available at:

    11. Effective Perl Programming: Table Of Contents
    ObjectOriented Programming. Item 49 Consider using Perl's object-orientedprogramming features. Item 50 Understand method inheritance in Perl.
    http://www.effectiveperl.com/toc.html
    The PDF Has Been Updated (again!)
    Late News: I just put the Debugging chapter back online. Enjoy. I have added PDF for two new items: the XS example (Item 47) and the "sockets" example (Item 55). I also added PDF for the indexI'm quite proud of it. Sorry that it's such a byte pig. If you want to look at it online, I hope you have a fast connection. The PDF below is now based on the Postscript used for the first printing of the book. It's possible that it differs from the book in some way (other than the footer at the bottom of each page) but that would be inadvertent. There were not many material changes between this version and the one posted through late November and December 1997. I did fix some typos, code bugs, etc., as part of my final proofreading pass, but there was nothing major. In other words, if you already have the previous versions, you won't be terribly surprised by these. I have also added a quick and dirty HTML translation of the Introduction. Once again, I had to do it manually, and there's no way I can spare the time to do it for any of the "real" chapters. Uggh. I will keep looking for a solution.
    Contents
    Foreword by Randal Schwartz
    Preface
    Acknowledgements
    Introduction PDF (59k)
    Basics PDF (106k)
    Item 1: Know your namespaces.

    12. Effective Perl Programming
    Effective perl programming. by Joseph N. Hall with Randal L. SchwartzReviewed by Graham Barr. The book is very well written and has
    http://language.perl.com/critiques/epp-gbarr.html
    Effective Perl Programming
    by Joseph N. Hall
    with Randal L. Schwartz Reviewed by Graham Barr The book is very well written and has content which will be of interest to the novice and the expert programmer. As well as giving a short introduction to perl this book describes many common situations and how they can effectively be solved using perl. This book also describes other areas of perl. I was pleased to see the chapter on debugging. Of all the other books that have been written about perl, none of them have covered this topic particularly well. The chapter on packages and modules will be of a great help to all those who are new to perl and want to use modules from CPAN. It gives a good introduction to what packages and modules are and how to get them from CPAN, build, test and install them. This was followed by another chapter on writing modules which I thought was a very good guide for those who what to develop modules. This chapter ended with details on how to submit to CPAN. Hopefully this will encourage people to do just that. The book also has what I thought was a thorough coverage of perl's object model and finishes with some interesting perl one-liners (which I am sure Randal had a lot of input to)

    13. ProviderZ.ru: Ðóññêèé PERL Programming FAQ. ×àñòî çàäàâàåìû
    The summary for this Russian page contains characters that cannot be correctly displayed in this language/character set.
    http://www.providerz.ru/articles/web/perl-ru-faq/
    e-mail home
    ISP News

    14. Practical Perl Programming
    Practical perl programming. AD Marshall 1999. CGI Programming in Perl CGI ScriptingWhat is a CGI Script? Writing and Running CGI Scripts; Why Use Perl for CGI?
    http://www.cs.cf.ac.uk/Dave/PERL/perl_caller.html
    Next: Contents
    Practical Perl Programming
    A. D. Marshall 1999
    PDF VERSION of PERL NOTES AVAILABLE FOR DOWNLOAD (Local Students ONLY)
    HTML PERL NOTES

    15. ActiveState - ActiveState ASPN Perl Programming Bundle
    Everything a Perl programmer needs. ASPN Perl is the complete perl programmingbundle, delivering unbeatable value for professional Perl programmers.
    http://www.activestate.com/Products/ASPN_Perl/
    window.name="ActiveState" Home Products Programming Tools ASPN Perl ... Free Eval/Download Product Information Overview Features Renewal Info Safari BookShelf FAQ Product Reviews Case Study Customer Quotes Other Resources ASPN Feature Overview Data Sheet (PDF)
    Everything a Perl programmer needs ASPN Perl is the complete Perl programming bundle, delivering unbeatable value for professional Perl programmers.
    • Complete - Powerful, integrated Perl tools and programming resources
    • Convenient - Easy-to-budget annual subscription
    • Excellent value - Permanent software licenses, plus all upgrades for one year
    Features
    • Komodo Professional Edition - Professional IDE for open source programming, optimized for Perl, for Linux and Windows
    • Perl Dev Kit - Toolkit for rapid development and delivery of Perl applications on HP-UX, Linux, Solaris, and Windows
    • Visual Perl - Full-featured Perl plug-in for Visual Studio .NET
    • Safari Bookshelf NEW! - Personalize your online library from over 1000 popular IT titles
    • ASPN Personalization - Automated updates for PPM, news, and mailing lists
    • Perl Programming Resources - Comprehensive Perl reference, including documentation and reference materials

    16. Perl Programming Course For Bioinformatics And Internet
    Unit . perl programming Course for Bioinformatics and Internet. Structures.Further Information Install Perl on your computer. Programming tips.
    http://bioinfo.weizmann.ac.il/courses/prog/
    Bioinfo Courses
    Bioinformatics Unit
    Perl Programming Course for Bioinformatics and Internet
    The Perl Programming Course for Bioinformatics and Internet is given at the Feinberg Graduate School of the Weizmann Institute of Science , Rehovot, Israel. Lecturer: Jaime Prilusky The course contents may also be used for self teaching.
    This Year's Course (2002 - 2003, first semester)

    Important dates:
    Assignments 1 to 7 must be solved by February 12th, 2003.
    Final Assignment must be solved by March 12th, 2003.
    Course Material

    17. Perl Bookmark - Perl Programming Resources
    Links for programming information, tutorials, guides, books and sample codes.Category Computers Programming Languages Perl Directories......perl programming information, tutorials, guides, books and samplecodes. Let's learn perl programming from here!
    http://www.vb-bookmark.com/vbPerl.html
    HOME MESSAGE BOARDS NEWS Search VB Links VBA Files Catalog VBScript ... Jobs A Great Book! Books about:
    Perl
    Buy Software! Top software: Events, Conferences FAQ Magazines, Books Source code Tutorials User Groups See also: CGI Devhead - CGI/Perl/TCL Magazine
    Subscribe,_Risk_FREE: Subscribe: 100% Risk FREE
    Web Hosting Just a $200
    One Time Fee!
    No Monthly Fees!
    Unlimited Subdomains
    From $19.95/month
    Hosting.com
    Education Need money for college ?
    Search over 1 million scholarships
    Entertainment Rent DVD s Online:
    FREE Trial
    Send a Gift
    To a Professional
    For Her For Him ZDNet DevHead's Online magazine on CGI/Perl/TCL articles, tutorials, and downloads... Perl Institute "The Perl Institute is a non-profit organization dedicated to keeping Perl available, usable, and free for all. To that end, the Institute provides infrastructure for communication and coordination in support of the Perl community." PerlScripters This site includes tutorials, ado/asp reference for PerlScripters, source code, and mauch more.

    18. Web / Programming / Perl - WebReference.com
    Graphics Programming While often relegated strictly to text handling tasks, theperl programming language can also be used to create and manipulate graphics.
    http://webreference.com/programming/perl/
    WebRef Sitemap Experts Tools ... programming / perl Developer News Microsoft Bares CE Source to OEMs IBM Prep Linux Package for SMBs Microsoft Unifies Stack Behind Web Services
    Compare products, prices, and stores at Hardware Central!
    Computers

    Desktops
    Mac PC Notebooks ... more Get the best price on Microsoft Visual Studio .NET Professional Edition or search for other development tools
    Perl (the "Practical Extraction and Report Language," or "Pathologically Eclectic Rubbish Lister") is one of the most popular and pervasive scripting languages on the Internet today. "What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against?" - Larry Wall, creator of Perl.
    WebReference Articles
    Mother of Perl
    Our own Perl guru, Jonathan Eisenzopf, provides this now archived column, with free and helpful tips, tricks, code and projects. Columns have covered parsing RSS newsfeeds (including Jonathan's own XML::RSS module), tracking URL redirects, PerlHoo (a Yahoo like directory implemented in Perl) and more.
    mod_perl Developer's Cookbook
    Chock full of tasty recipes, this cookbook will help you get the most out of your mod_perl cuisine. Our excerpt from chapter 4 consists of 10 morsels allowing you to better communicate with the Apache server. From Sams Publishing.

    19. Camels And Needles Computer Poetry Meets The Perl Programming Language
    Paper by Sharon Hopkins, Telos Corporation. Postscript
    http://www.wall.org/~sharon/plpaper.ps

    20. Perl Programming
    perl programming perl References. Wall, Larry and Schwartz, Randal L., Programmingperl, O'Reilly and Associates, Sebastopol California, 1992.
    http://web.nps.navy.mil/~brutzman/perl/

    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 1     1-20 of 188    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

    free hit counter