Geometry.Net - the online learning center
Home  - Basic_P - Perl Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 193    Back | 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. Perl/Tk Pocket Reference by Stephen Lidie, 1998-11-01
  2. Object Oriented Perl: A Comprehensive Guide to Concepts and Programming Techniques by Damian Conway, 2000-01-01
  3. Perl, CGI, and JavaScript Complete, 2nd Edition by Sybex Inc., 2003-05-12
  4. Perl and CGI for the World Wide Web, Second Edition (Visual QuickStart Guide) by Elizabeth Castro, 2001-06-08
  5. Higher-Order Perl: Transforming Programs with Programs by Mark Jason Dominus, 2005-03-14
  6. Data Munging with Perl by David Cross, 2001-01-15
  7. Perl Core Language Little Black Book: The Essentials of the Perl Language by Steven Holzner, 1999-03-12
  8. Teach Yourself Cgi Programming With Perl in a Week (Sams Teach Yourself) by Eric Herrmann, 1996-01
  9. Pro Perl Parsing (Pro) by Christopher M. Frenz, 2005-08-10
  10. Learning Perl Student Workbook by brian d foy, 2006-10-01
  11. Minimal Perl: For UNIX and Linux People by Tim Maher, 2006-10-01
  12. Mastering Perl/Tk by Stephen O. Lidie, Nancy Walsh, 2002-01
  13. Perl & XML (O'Reilly Perl) by Erik Ray, Jason McIntosh, 2002-04
  14. Mastering Algorithms with Perl by John Macdonald, Jon Orwant, et all 1999-08-18

61. University Of Oxford Accredited On-line Course - Bioinformatic Applications Of C
perl programming for Bioinformatics. 5 September 16 October 2005 Be able to understand and manipulate basic Perl programs; Be able to develop software
http://www.conted.ox.ac.uk/cpd/biosciences/courses/online_courses/perl_programmi
@import "/cpd/betterBrowser.css"; CPD Home Biosciences Courses Online Courses perl programming Sunday 25 September 2005 Biosciences About us News Courses ... University of Oxford
search CPD website
About the course
Course Content Course Presenters FAQ ... Application
Perl Programming for Bioinformatics
5 September - 16 October 2005 Registration Fee: £1500 - places available
About the Course
The module offers an introduction to basic computing concepts and programming skills. The main concepts of Linux will be demonstrated to the students and they will be introduced to programming in Perl. The course will cover the following content areas:
  • Perl basics: including scalars, loops, sequences, arrays, hashes, references, patterns, and subroutines. Some advanced concepts of Perl will also be introduced at the end. Linux basics: including shells, files and directories, Emacs, customisation, executing scripts, and installing Linux software. Famous bugs in history of programming: the main examples students will familiarise with are Therac-25, Intel Pentium Processor FDIV bug, Ariane 5 Operand Error, and Anti-spam software. The students will be asked to discussion the main lesson from the bug stories. Databases Debugging XML and HTML
By the end of the Module, students should:

62. 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://www.ooblick.com/text/perl/
Navigation
Text
Ports O' Call
Help victims of hurricane Katrina.
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.

63. The Perl Programming Language
Program structure in Perl is somewhat free form by conventional standards. At the minimal level, a Perl program consists of one or more statements in the
http://www.antipope.org/charlie/attic/tkperl/ptk-4.html
The Perl Programming Language
Site Index Attic Index Perl/Tk Index Feedback ...
  • Exercises
    The Perl Programming Language
    In the preceding two chapters we've examined the basic language structure of Perl, its components, and the powerful pattern matching subsystem that makes it so useful for text processing. However, we've still only scratched the surface in our exploration of the language. In this chapter we will examine Perl's flow-of-control structures, look more closely at variables and context, and see some of the different sets of built-in functions that Perl provides.
    Variables, context, and program structure
    Most programming languages differentiate between variables containers for information on the basis of the type of information that can be stored in them. Variables can only store a given type of data: for example, floating point numbers, integers representable by two bytes, characters, or strings of characters. It is usually difficult to interchange data of different types; a function which operates on an integer is unlikely to take kindly to being fed a floating point number, and so on. Perl is different. Perl has a single catch-all container for all unitary types of data: the scalar. A scalar can be of any necessary length and can contain arbitrary binary data. You can sometimes force Perl to treat a scalar as if it contains a specific type of data, but usually this isn't necessary: and operations which wouldn't make sense in a conventional strongly-typed language can be applied to scalars with some hope of 'the right thing' happening. (For example, adding 3 to ``apples''.)
  • 64. Perl Programming (DTP-250)
    The perl programming course is a comprehensive course that explains the perl programming language, from basic through advanced syntax.
    http://www.sun.com/training/catalog/courses/DTP-250.xml
    Java Solaris Communities Partners ... Sun Store United States Worldwide Products Downloads Support ... Course Catalog
    Perl Programming (DTP-250)
    Generate a Quote

    Email Product Description

    The Perl Programming course is a comprehensive course that explains the Perl programming language, from basic through advanced syntax. This course is aimed at a wide range of people - programmers, system administrators, web authors, and operators. It explains how to use the Perl programming language to write quick yet powerful scripts to take advantage of Perl's system administration capabilities and issue Perl commands. Details below
    Select a course Product ID Duration Price DTP-250 5 days Select a class from the list 14-Nov-2005 - 18-Nov-2005(Los Angeles, Ca Training Center) 14-Nov-2005 - 18-Nov-2005(Sacramento, Ca (Exitcertified)) 17-Oct-2005 - 21-Oct-2005(San Francisco, Ca (Exitcertified)) 31-Oct-2005 - 4-Nov-2005(Broomfield, Co) 14-Nov-2005 - 18-Nov-2005(Atlanta Ga Training Center) 28-Nov-2005 - 2-Dec-2005(Overland Park, Ks (Maryville)) 7-Nov-2005 - 11-Nov-2005(Burlington Campus (Boston Area)) 24-Oct-2005 - 28-Oct-2005(Cary, Nc (Raleigh Area) (Strategic Tech))

    65. A Developers Introduction To PERL Programming Bundle (WPB-130)
    Learning about perl programming introduces you to the exciting world of PERL and Common Gateway Read some basic PERL programs and predict their output
    http://www.sun.com/training/catalog/courses/WPB-130.xml
    Java Solaris Communities Partners ... Sun Store United States Worldwide Products Downloads Support ... Course Catalog
    A Developers Introduction to PERL Programming Bundle (WPB-130)
    Generate a Quote
    180 days
    Generate a Quote
    365 days
    Email Product Description

    This collection of web courses focuses on the basics of programming with PERL. Learning about PERL Programming introduces you to the exciting world of PERL and Common Gateway interface (CGI) programming. PERL is a versatile language that has gained immense popularity over the last few years, mainly due to its applicability in creating CGI programs. Students will review the basic concepts.
    Course Length 9 - 12 hours Details below
    Product ID Price WPB-130-180
    Product ID Price WPB-130
    Web-based courses purchased on this Web site may only be used in the US. If you reside outside the US, please select a country to inquire about products delivered in your country.
    Technical Requirements Before purchase, please review: Languages English Back to top Who Can Benefit Students who can benefit from these courses are individuals who would like a working introduction to PERL programming.

    66. PERL - Perl Programming - StayAhead Course Outline
    StayAhead Training. Outline of Selected Scheduled Course, Onsite and Tailored courses can also be provided. The page provides outlines for Unix, Linux,
    http://www.stayahead.com/EventSchedule/outline.cfm?CourseCode=PERL

    67. 1st SPOT Perl
    Information about Perl, a link collection to tutorials and manuals and to perl programming and script libraries.
    http://1st-spot.net/topic_perl.html
    1st SPOT
    Perl
  • Perl's Home
  • Getting Perl
    This article summarizes information about the distribution of Perl software.
  • Perl: The First Post Modern Computer Language
    Larry Wall's talk at Linux World justifies Perl's place in postmodern culture.
  • Extreme Perl
    Comprehensive Perl Archive Network (CPAN)
  • CPAN front page
  • Modules By Category
  • Modules by Name
    EXTENDING PERL
  • Embedded Perl
    ePerl interprets an ASCII file bristled with Perl 5 program statements by evaluating the Perl 5 code while passingthrough the plain ASCII data.
  • Mason
    Mason is a powerful Perl-based web site development and delivery engine. With Mason you can embed Perl code in your HTML and construct pages from shared, reusable components.
  • Perl Apache Integration
  • Perl Data Language
    Robert Schwebel
  • Porting CGI To Mod-perl
    TUTORIALS
  • Perldoc Perl 5.8.0 Documentation
  • Leeds Perl Tutorial
  • Mu Introduction To Perl
  • NCSA Perl Tutorial
  • Perl Training From Stonehenge ...
  • Perlfect Solutions This section feature original articles and tutorials discussing perl programming techniques and ideas. There is a wide range of topics covered from CGI programming to web clients and databases.
  • Picking Up Perl A freely redistributable tutorial on Perl
  • Putting Perl Together Putting Perl together SunWorld, May 1998
  • 68. Unix Review > UnixReview.com > Book Review: Computer Science & Perl Programming
    The real title of Computer Science perl programming ( CSPP ) is, Best of The Perl Journal, Sys Admin and The Perl Journal CDROM version 10.0
    http://www.unixreview.com/documents/s=7822/ur0302l/

    Try our RSS feed
    Featured Links
    Free Unix Spec Book
    Manage IT with less effort. Go! Jump to: Operating Systems Server Management Languages Book Reviews Training and Certification Contact Us Unix Review Unix Review Archives February 2003
    Print-Friendly Version

    February 2003
    Book Review:
    Cameron Laird
    Best of The Perl Journal
    Edited by Jon Orwant
    O'Reilly, November 2002
    ISBN: 0-596-00310-2
    758 pages, $39.95 US Sample Chapter Note: The Perl Journal is now owned by CMP Media LLC, the parent company of UnixReview.com. However, the articles used for this book were written before CMP purchased TPJ. The complete TPJ archives are available on the Sys Admin and The Perl Journal back-issue CD-ROM . Cameron Laird is not an employee of CMP Media LLC. The real title of CSPP ) is, "Best of The Perl Journal, Volume 1" (BOTPJV1). The Foreword and Introduction explain why it shows up on bookstore shelves as CSPP . You don't need that explanation, though, when someone tells you it's BOTPJV1. You probably know what to expect from 70 of the best pieces from The Perl Journal (TPJ).

    69. PERL Programming Linux Development Bradford Learning
    This course provides the fundamentals of perl programming. PERL offers a wide range of functions for programming, system administration,
    http://www.apache.com/en/product.php?productid=16177

    70. OOPWeb.com - Practical Perl Programming By A.D. Marshall

    http://oopweb.com/Perl/Documents/ppp/VolumeFrames.html

    71. Perl Programming, Testing, Debugging And Installing Perl CGI Scripts (thesitewiz
    Writing Perl CGI Scripts, Debugging CGI Scripts, Installing and Configuring Perl and CGI.
    http://www.thesitewizard.com/perl/index.shtml
    @import url(../include/modern.css);
    Perl CGI Programming, Installation, Debugging
    Setting up Perl CGI Support, Writing Perl CGI Scripts, Debugging Perl, etc
    Perl CGI Programming, Installation, Debugging
    Writing Perl CGI Scripts, installing Perl CGI support on your local computer, debugging Perl CGI Scripts, etc. You are here: All Articles Perl CGI Programming, Installation, Debugging Articles
    New Articles on This Site
    Nvu Tutorial 5: How to Add a Feedback Form to Your Website
    How to Upload a File to Your Website Using the FileZilla FTP Client

    Nvu Tutorial 4: How to Create a Multiple Column Layout

    Nvu Tutorial 1: How to Design and Publish Your Website with Nvu (free WYSIWYG web editor)
    ...
    Which Web Host Would You Recommend? (FAQ)
    Other Articles on This Site
    Comprehensive list of articles in all categories
    Do you find this article useful? Join our newsletter and get articles like these on site design, website promotion, income, PHP, JavaScript, CGI tips delivered to your mailbox, FREE! Your Email:
    No Spam Policy
    More Info
    How to Link to This Page
    To link to this page from your website, simply cut and paste the following code to your web page.

    72. Emacs Modules For Perl Programming
    Emacs resource page Emacs Perl Modules Cperl perl programming mode ftp//ftp.math.ohiostate.edu/pub/users/ilya/perl
    http://www.faqs.org/faqs/perl-faq/emacs-lisp-modules/
    Usenet FAQs Search Web FAQs Documents ... RFC Index
    Emacs modules for Perl programming
    jari.aalto@poboxes.com comp.lang.perl.misc Precedence: bulk Date: 04 May 2004 13:01:35 GMT Archive-name: perl-faq/emacs-lisp-modules Posting-Frequency: 2 times a month URL: http://tiny-tools.sourceforge.net/ http://www.gnu.org/software/emacs/emacs.html http://www.xemacs.org/ o Unix Windows port (for Unix die-hards): install http://www.cygwin.com/ which includes native Emacs 21.x. XEmacs port is bundled in XEmacs setup.exe available from XEmacs site. o Pure Native Windows port http://www.gnu.org/software/emacs/windows/ntemacs.html ftp://ftp.xemacs.org/pub/xemacs/windows/setup.exe ftp://ftp.math.ohio-state.edu/pub/users/ilya/perl http://www.perl.com/CPAN-local/misc/emacs/cperl-mode/ ... gnu.emacs.sources ">http://groups.google.com/groups?group= gnu.emacs.sources kevinr@ihs.com Rate this FAQ N/A Worst Weak OK Good Great Related questions and answers
    Usenet FAQs
    Search Web FAQs ... RFC Index
    Send corrections/additions to the FAQ Maintainer:
    Last Update June 15 2004 @ 00:31 AM

    73. Perl
    Quickly find perl programming help, information, and assistance from other expert members.
    http://www.experts-exchange.com/Programming/Programming_Languages/Perl/
    September 24, 2005 - 06:45PM PDT Page Options Who's using EE? You're in good company Page Editor Perl jmcg Featured Expert ozo Ask An Expert Now!

    74. Perl Programming Problems
    Perl Problems Logo. 303 Home. Listed below are some sample programming problems that you might like to work on for your Perl project.
    http://www.ualberta.ca/~hquamen/303/problems.html
    Listed below are some sample programming problems that you might like to work on for your Perl project. If you'd rather tackle a different problem, please check with me to insure that your idea is workable within the scope of the assignment.
    Rot 13
    n!
    Mathematicians define n! (pronounced “n factorial”) as the product of all the numbers from 1 to n. (that is, you multiply all the numbers, so 5! = 1 * 2 * 3 * 4 * 5). Write a program that will calculate n! for a value of n that the user inputs. (Don’t let the user input negative numbers.) Can your program calculate correctly that 0! = 1…? (If you’re looking for a more challenging algorithm, try a recursive subroutine.)
    Fibonacci Sequence
    Leonardo Pisano, better known by his nickname Fibonacci, was an Italian mathematician who lived from 1170-1250. He is famous for investigating a sequence of numbers that begins as follows: Each number in the sequence is the sum of the previous two numbers. Write a program that accepts a number, n, from the user and finds the nth Fibonacci number. Entering “4” for example, should return the output “2”; entering “8” should return “13”. Be sure to check the user’s input for validity. (Again, for a more challenging solution, try a recursive subroutine.)
    Charting Random Numbers
    Write a program to select 100 random numbers between 1 and 10. Count how many occurrences of each number there are, and print out a distribution chart similar to the following:

    75. Welcome To StepWeb.Com Online
    Free Perl Scripts CheckMe Gold perl programming A warm greeting comes from the NorthEast of the USA to you. StepWeb s Motto
    http://www.stepweb.com/
    Search our Website
    Below you can find hyperlinks to the main interests of our website.
    Free Perl Scripts

    CheckMe Gold

    Perl Programming

    A warm greeting comes from the North-East of the U.S.A. to you.
    StepWeb's Motto
    Our motto is to provide the best quality of Perl Scripting and programming. We are dedicated to every single client, that is serious about the Internet business. We make it possible for every serious webmaster and webmistress, to power his or her website with the best tools. We are a commercial company, but we want everybody to be able to taste the flavor of our Perl Scripts. We offer free Perl Scripts (as samples) for both personal and commercial use at no charge at any time.
    News at StepWeb
    Jul. 3rd, 2000
    MicroNet v.3.0 released! This is as good as a redirection script gets.
    Sep. 6th, 1999
    MessageBulletin v.3.3.1 released! Minor fixes and uncompressed code.
    Jul. 05th, 1999
    An upgrade to CheckMe has been released that fixes some minor bugs. New version 3.6.2. May. 11th, 1999 Important fix to CheckMe released. Version 3.6.1 now available for download. CheckMe version 3.6.2

    76. Emacs Modules For Perl Programming
    Subject Emacs modules for perl programming; From jari.aalto AT poboxes.com (Jari Aalto+mail.perl); Date 25 Jul 2005 042936 GMT
    http://www.uni-giessen.de/faq/archiv/perl-faq.emacs-lisp-modules/msg00000.html
    Index
    Emacs modules for Perl programming
    • Subject : Emacs modules for Perl programming From Date : 11 Sep 2005 04:25:13 GMT Newsgroups comp.lang.perl.misc comp.answers news.answers Summary : Describe all Emacs lisp modules that can be used for Perl programming
    Archive-name: perl-faq/emacs-lisp-modules Posting-Frequency: 2 times a month URL: http://tiny-tools.sourceforge.net/ Maintainer: Jari Aalto A T poboxes com Announcement: "What Emacs lisp modules can help with programming Perl" Preface Emacs is your friend if you have to do anything comcerning software development: It offers plug-in modules, written in Emacs lisp (elisp) language, that makes all your programmings wishes come true. Please introduce yourself to Emacs and your programming era will get a new light. Where to find Emacs/XEmacs o Unix: http://www.gnu.org/software/emacs/emacs.html http://www.xemacs.org/ o Unix Windows port (for Unix die-hards): install http://www.cygwin.com/

    77. Perl Programming On Mpe/ix
    12Apr-02
    http://jazz.external.hp.com/papers/SolSymposium_02/perl-programming-004.htm
    This page uses frames, but your browser doesn't support them.

    78. Web-Based Instruction àÃ×èͧ Perl Programming
    WebBased Instruction perl programming. pretest1.gif (18954 bytes). learning1.gif (24843 bytes). posttest1.gif (16105 bytes). but_pretest.gif (1284 bytes)
    http://www.thaiwbi.com/course/perl/
    Web-Based Instruction
    Perl Programming You are learning number
    Develop april 2000

    79. SAGE ;login: - Effective Perl Programming
    Joseph N. Hall is the author of Effective perl programming (AddisonWesley, 1998). Welcome to Effective perl programming, the column.
    http://www.usenix.org/publications/login/1998-6/perl.html
    Effective Perl Programming:
    Without a map You Can Only grep
    Your Way Around
    by Joseph N. Hall
    joseph@5sigma.com
    Joseph N. Hall is the author of Effective Perl Programming (Addison-Wesley, 1998). He teaches Perl classes, consults, and plays a lot of golf in his spare time.
    Welcome to Effective Perl Programming, the column. In this and coming articles I'm going to discuss ways that you can use Perl more effectively, whether by mastering Perl idioms, using Perl modules, or finding new applications for Perl programs. I begin by covering two very powerful but underused language features: Perl's map operator and its cousin, the grep operator. I'll cover the basics quickly, then show you some useful techniques and a few neat tricks as well. The Basics of map and grep The map operator creates a transformed copy of a list by evaluating a specified expression or code block for each element in the list. Each time the expression or block is evaluated, contains the value of the current element. The result from the expression or block is appended to the list returned by map . The syntax for map looks like this: @result = map expression, list

    80. PressClipping » Blog Archive » O’Reilly Releases “Advanced Perl Pr
    The new edition of “Advanced perl programming” aims to give readers some of The book was written not for advanced Perl programmers, but for any Perl
    http://www.faq-mac.com/bitacoras/press/?p=204

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

    free hit counter