|
| |
| | Strict programming language - Wikipedia, the free encyclopedia |
 | | The terms "eager programming language" and "lazy programming language" are often used as synonyms for "strict programming language" and "non-strict programming language" respectively. |  | | Strict programming languages are often associated with eager evaluation, and non-strict languages with lazy evaluation, but other evaluation strategies are possible in each case. |  | | A non-strict programming language is one which is not strict, and hence may allow lazy evaluation. |
|
http://en.wikipedia.org/wiki/Strict_programming_language
|
|
| |
| | Perl - Wikipedia, the free encyclopedia |
 | | Perl is implemented as a core interpreter, written in C, together with a large collection of modules, written in Perl and C. The source distribution is, as of 2005, 12 MB when packaged in a tar file and compressed. |  | | Many earlier computer languages, such as Fortran and C, were designed to make efficient use of expensive computer hardware. |  | | Perl is generally symbolized by a camel, which was a result of the picture of camel book publishers O'Reilly Media chose as the cover picture of Programming Perl, which consequently acquired the name The Camel Book. |
|
http://en.wikipedia.org/wiki/Perl_programming_language
|
|
| |
| | Introduction to Perl programming |
 | | Perl was developed by Larry Wall as a programming language to take the place of shell and AWK scripts on a Unix system. |  | | net.health is a program which periodically does a ping of the various computers in our company, and maintains a display of which computers are up, and which are down. |  | | Perl is a programming language which excels at handling textual information. |
|
http://www.peak.org/~regan/perl
|
|
| |
| | perl programming language at PHPResume |
 | | Perl programming language is a Oobject oriented programming language. |  | | In Perl programming language modules come with their own documentation. |  | | The Perl processor then reads the whole file, converts it to an internal form and executes it immediately. |
|
http://www.phpresume.com/perl_programming_language.html
|
|
| |
| | The Perl Programming Language |
 | | Perl was designed to be complete, not simple: as a result, most of the system interaction tasks that a C programmer would use external libraries for are actually built in. |  | | Perl, like most computer languages, is swarming with operators. |  | | Perl does this by saving the value of a local variable outside the current symbol table, and restoring it when the program exits the block to which the variable is localized. |
|
http://www.antipope.org/charlie/attic/tkperl/ptk-4.html
|
|
| |
| | The PERL Programming Language |
 | | Perl is starting to move towards it's C heritage by adding the ability to program using objects. |  | | PERL (Practical Extraction and Report Language) is a relatively new language. |  | | Here is a simple program that reads in a file and returns the file with line numbers added. |
|
http://www.engin.umd.umich.edu/CIS/course.des/cis400/perl/perl.html
|
|
| |
| | Computer Programming [encyclopedia] |
 | | noun: programming, programing, computer programming, computer programing = creating a sequence of instructions to enable the computer to do something. |  | | A program is a sequence of instructions that tells a computer what operations to perform. |  | | Software is the various kinds of programs used to operate computers and related devices. |
|
http://kosmoi.com/programming
|
|
| |
| | nntp.perl.org - perl.perl6.language.errors (306) |
 | | The authors' motivation is to help Perl 6 achieve a relatively robust exception handling mechanism that is suitable for error handling via exceptions, is still capable enough to handle the needs of production programs, and is still suitable for light-weight exceptions that may not involve errors at all. |  | | The authors are of the opinion that the public interface to to the core Perl API should support but not require the use of exceptions for errors that would set C<$!>, under the control of a S> or S> pragma. |  | | The new built-in Exception base class is designed to be used by Perl for raising exceptions for failed operators or functions, but this RFC can be used with the Exception base class whether or not that happens. |
|
http://www.nntp.perl.org/group/perl.perl6.language.errors/306
|
|
| |
| | Amazon.com: Books: Programming Perl (3rd Edition) |
 | | Perl is a powerful programming language that has grown in popularity since it first appeared in 1988. |  | | First, it's an introduction to the Perl language for those who are new to programming; also, it's a guide for those who are coming from other languages; and, finally, it's a Perl language reference. |  | | If you are doing serious Perl programming, or if you are simply curious, or if you like it as a hobby, or if you are doing occasion small Perl scripts, or if you are interested in programming in general, Programming Perl is the Perl book to get. |
|
http://www.amazon.com/exec/obidos/tg/detail/-/0596000278?v=glance
|
|
| |
| | A Beautifier for the Perl Programming Language |
 | | A talk on an enhanced version of this program and other developments in Perl beautification was presented at TPC 5.0, in July of 2001. |  | | For one thing, Perl knows how to parse Perl programs, and the Perl source code is freely available, so Perl could conceivably be reworked into a Perl beautifier. |  | | Alternatively, the GNU source code for the popular C language beautifier "indent" is also available, so another approach would be to rework its 7k lines of C to handle the Perl language. |
|
http://www.consultix-inc.com/perl_beautifier.html
|
|
| |
| | Perl Programming Language |
 | | Students are introduced to fundamentals of Perl programming, including how to write Perl codes, how to use Perl to sovle problems either in bioinformatics or server side computing with CGI. |  | | Fundamental programming concepts, including how to install of Perl and how to compile and execute Perl codes, numeric and string literals and variables, Perl built-in and derived functions, Perl operators, statements and control flow, read and write files in Perl, Perl regular expression, and application software in Perl. |  | | The goals of the Introduction to Perl Programming course are that students, by mastering the topics presented in this course, gain valuable problem-solving skills and Perl knowledge that will enable them to become proficient in programming with Perl characteristics. |
|
http://www.cs.uiowa.edu/~jni/Perl/syllabus.html
|
|
| |
| | COMS W3101-5: Programming Language -- PERL |
 | | Students are expexcted to be familiar with elements of structure programming in programming languages. |  | | The language is used in many areas of todays diverse computer industry: system adminstration tasks mostly on Unix), network programming, GUI programming, text processing. |  | | The purpose of the course is too show vast applicability of Perl in different areas of computer science and programming. |
|
http://www.cvn.columbia.edu/courses/Summer2001/COMSW3101-5.html
|
|
| |
| | Perl Language Programming |
 | | Here are my notes on programming in Perl (the Practical Extraction and Report Language) used on many websites. |  | | is a Perl built-in variable name for the error message created when an error occurs. |  | | Here are my strategies for creating Perl programs quickly and reliably. |
|
http://www.wilsonmar.com/1perl.htm
|
|
| |
| | Python vs. the Perl programming language |
 | | A language that doesn't have everything is actually easier to program in than some that do. |  | | Python was designed from the start as an object-oriented language. |  | | One of the best pieces I've seen on the subject of Python vs. Perl is Eric Raymond's piece in the Linux Journal. |
|
http://infohost.nmt.edu/tcc/help/lang/python/vsperl.html
|
|
| |
| | Downloading the Latest Version of Perl |
 | | Perl was originally envisioned and written for Unix. |  | | Perl Package Manager: Use the Perl Package Manager (PPM) to easily view and install the large collection of modules and extensions that are available in binary packages at the ActiveState Package Repository. |  | | Perl programming forum for Perl beginners and experts. |
|
http://www.perl.com/download.csp
|
|
| |
| | PERL Programming: Language and Web Applications |
 | | He has 15 years of experience with the Unix operating systems, is fluent in several programming languages and has an interest in constructing Graphical User Interfaces using X-Windows, especially the use of OSF/Motif toolkit. |  | | Duncan has lectured on the Computing Technology Course which is an introduction to Computer architecture and Operating systems and in addition has run short lecture courses on Motif, C Programming Language, Designing Web Pages and “PERL - its use in the Web”. |  | | Duncan is particularly interested in the challenges involved in linking existing databases to the Web via CGI scripts to allow the Web to interface to live data and has been using the PERL program for the last four years. |
|
http://www.ee.surrey.ac.uk/CE/technical/perl.html
|
|
| |
| | WDVL: Professional Perl Programming |
 | | The latest version of the language, Perl 5.6, is used throughout, with commentary for those with earlier versions. |  | | It covers the fundamentals of data types and file handling through advanced features like regular expressions, object- oriented programming, threads, internationalization, and integrating Perl with the C programming language. |  | | But Perl is far more than a scripting language for the web. |
|
http://www.wdvl.com/Authoring/Languages/Perl/ProPerl/index.html
|
|
| |
| | Find perl programming language information at associatedgamers.com |
 | | O'Reilly is a leader in technical and computer book documentation, and software, for Perl programming. |  | | Find perl programming language and more at Lycos Search. |  | | Read about perl programming language in the free online encyclopedia and dictionary. |
|
http://www.associatedgamers.com/find/Perl-programming-language.aspx
|
|
| |
| | ActiveState - ActivePerl free Perl open source binary language distribution - Dynamic Tools for Dynamic Languages |
 | | Guaranteed Perl binaries and key modules for AIX, HP-UX, Linux, Solaris and Windows. |  | | ActivePerl is ActiveState's quality-assured, ready-to-install distribution of Perl, available for AIX, HP-UX, Linux, Mac OS X, Solaris, and Windows. |  | | ActiveState's quality-assured, ready-to-install distribution of Perl for AIX, HP-UX, Linux, Mac OS X, Solaris and Windows. |
|
http://www.activestate.com/Products/ActivePerl
|
|
| |
| | CMP237 - Selected Programming Language: Perl |
 | | The objectives of this course are to introduce you to the Perl programming language, the Comprehensive Perl Archive Network (CPAN), and Perl application development. |  | | We are building upon your previous programming experience, so the introduction should be brief, and we should be able to move quickly into performing meaningful tasks with Perl and using CPAN. |  | | The Windows PC's in the computer labs, at this point, do not have Perl installed on them. |
|
http://www.saintjoe.edu/~bobd/CS/237
|
|
| |
| | Perl Programming (DTP-250) |
 | | The Perl Programming course is a comprehensive course that explains the Perl programming language, from basic through advanced syntax. |  | | Students who can benefit from this course are system administrators and web administrators, although Perl is a language for everyone. |  | | The course is taught on the UNIX platform (Solaris Operating Environment), however the material is suitable for any operating system (for example MSDOS, VMS, and so on). |
|
http://ca.sun.com/training/catalog/courses/DTP-250.xml
|
|
| |
| | Computers: Programming: Languages: Perl: Open Code - Open Site |
 | | Each user in the system has a section where he has the ability to select its preferences, including the language in which the web-based content management should be done. |  | | Also, public pages can be statically generated in a specified language, based on their location. |  | | Top: Computers: Programming: Languages: Perl: Open Code (38) |
|
http://open-site.org/Computers/Programming/Languages/Perl/Open_Code
|
|
| |
| | Mod Perl Programming Language |
 | | This feature means that your server will run pages written in the Perl Programming Language. |
|
http://www.fastq.com/popups/perl.php
|
|
| |
| | Perl programming language |
 | | Home :: Desktop Publishing :: Form Generators and Forms Entry Programs |  | | Home :: Utilities/Drivers/System Files :: Archiving and compressing programs |  | | perl419x.zip - tags: unix, reed, perl, port, len, you, abuse |
|
http://www.softrepository.com/Programming/Perl-programming-language
|
|
| |
| | Perl Language |
 | | Provides language history, function information and code examples. |  | | ActiveState also hosts a few mailing lists dedicated to Win32 Perl programming including... |  | | A getting started tutorial on the Perl programming language. |
|
http://www.evilroot.org/index.php?c=86
|
|
| |
| | mod_perl: Welcome to the mod_perl world |
 | | There is a lot of software out there ready to run with mod_perl and/or help you with your programming project. |  | | mod_perl brings together the full power of the Perl programming language and the Apache HTTP server. |  | | mod_perl gives you a persistent Perl interpreter embedded in your web server. |
|
http://perl.apache.org
|
|
| |
| | Language perl programming |
 | | open file perl and details of matching pattern perl and this is the best resource on inc perl, |  | | install perl Hier erhalten Sie guten und preiswerten Dienstleistungen im Bereich Web, hosting php Sie erhalten hier Unterstützung bei der Auswahl von Webspace und bei der Installation von Gästebüchern, Foren perl and blog etc. perl cd book shelf. |  | | More information on perl dbi and search for perl php, mysql perl by perl programmer is language perl programming, manual perl. |
|
http://www.diabetesindex.de/spaceindex/language_perl_programming.html
|
|
| |
| | The perl programming language |
 | | These pages created with First Page, GNU Emacs, htmlpp, and Servant Salamander. |  | | Perl Mongers - which is also the home of: |  | | Perl is a powerful tool, as common to web developers and GNU/Linux "power users" as pneumatic impact wrenches are to a mechanic. |
|
http://www.student.northpark.edu/pemente/perl.htm
|
|
| |
| | Silverboxx.com Free Software -- Category: Programming Language :: Perl |
 | | Silverboxx.com Free Software -- Category: Programming Language :: Perl |  | | cdlabelgen is a program for generating frontcards and traycards for CDs. |  | | Apart from that, Napster seems to be a concept on its decline so there is probably less need of such a program. |
|
http://www.silverboxx.com/unmain/category.php?id=18&start=0&length=5
|
|
| |
| | Computer programming language Perl |
 | | Incomplete, but carried right down to the bit level in the records that make up Perl data entities. |  | | CPAN Date/Time Perl Module Docs with pointers to relevant standards. |  | | Home page of Doug Bagley; several very useful Perl scripts are offered here. |
|
http://well.com/user/xanthian/link_pages/Programming/Languages/PL_Perl.html
|
|
| |
| | UF/NA Perl Archive |
 | | For perl information, refer to the following pages: |  | | The CISE perl archive is no longer supported (and has not been actively supported since around 1996). |  | | In order to avoid confusion, it has been taken down. |
|
http://www.cis.ufl.edu/perl
|
|
| |
| | The Perl Programming Language |
 | | Comprehensive Perl Gopher Site including search and info on Perl5. |  | | This pages contains info about the Perl language. |  | | Perl for the Mac is available from Switerland and Florida, and the Mac Archive here. |
|
http://www.fmi.uni-passau.de/archive/doc/unix/perl/perl.html
|
|
| |
| | CPAN |
 | | You may say that the files are "mirrored from CPAN". |  | | LEGALESE You are not allowed to remove or alter these comments. |  | | Perl core and CPAN modules documentation (Randy Kobes) |
|
http://www.cpan.org
|
|
|