Search results
Results from the WOW.Com Content Network
The Perl language includes a specialized syntax for writing regular expressions (RE, or regexes), and the interpreter contains an engine for matching strings to regular expressions. The regular-expression engine uses a backtracking algorithm, extending its capabilities from simple pattern matching to string capture and substitution.
Learning Perl, also known as the llama book, [1] is a tutorial book for the Perl programming language, and is published by O'Reilly Media. The first edition (1993) was authored solely by Randal L. Schwartz, and covered Perl 4. All subsequent editions have covered Perl 5.
Perl is often in run time during the compile phase and spends most of the run phase in run time. Code in BEGIN blocks executes at run time but in the compile phase. At compile time, the interpreter parses Perl code into a syntax tree. At run time, it executes the program by walking the tree. Text is parsed only once, and the syntax tree is ...
PerlMonks – a community committed to sharing Perl knowledge and coding tips; Free Perl tutorials. Perl in 10 easy lessons at Linux Forums; Perl Maven Tutorial – a beginner and an advanced tutorial; Learn Perl in about 2 hours 30 minutes – introductory tutorial; Introductory Perl Tutorial Course for Windows – includes CGI instruction.
CGI.pm is a large and once widely used Perl module for programming Common Gateway Interface (CGI) web applications, providing a consistent API for receiving and processing user input. There are also functions for producing HTML or XHTML output, but these are now unmaintained and are to be avoided. [ 1 ]
The here document syntax is analogous to the shell syntax for input redirection, which is < followed by the name of the file to be used as input. Other languages often use substantially similar syntax, but details of syntax and actual functionality can vary significantly.
Perl Programming Documentation, also called perldoc, is the name of the user manual for the Perl 5 programming language. It is available in several different formats, including online in HTML and PDF. The documentation is bundled with Perl in its own format, known as Plain Old Documentation (pod).
Perl Data Language (abbreviated PDL) is a set of free software array programming extensions to the Perl programming language. PDL extends the data structures built into Perl, to include large multidimensional arrays , and adds functionality to manipulate those arrays as vector objects.