*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 perlmodlib(1) -- constructing new Perl modules and finding existing ones
    
 perlmodstyle(1) -- Perl module style guide
    
 perlnewmod(1) -- preparing a new module for distribution
    This document gives you some suggestions about how to go about writing Perl modules, preparing them for distribution, and making them available via CPAN. One of the things that makes Perl really power...
 perlnumber(1) -- semantics of numbers and numeric operations in Perl
    This document describes how Perl internally handles numeric values. Perl's operator overloading facility is completely ignored here. Operator overloading allows user-defined behaviors for numbers, su...
 perlobj(1) -- Perl objects
    First you need to understand what references are in Perl. See perlref for that. Second, if you still find the following reference work too complicated, a tutorial on object-oriented programming in Per...
 perlop(1) -- Perl operators and precedence
    Operator Precedence and Associativity Operator precedence and associativity work in Perl more or less like they do in mathematics. Operator precedence means some operators are evaluated before others....
 perlopentut(1) -- tutorial on opening things in Perl
    Perl has two simple, built-in ways to open files: the shell way for convenience, and the C way for precision. The shell way also has 2- and 3-argument forms, which have different semantics for handlin...
 perlothrtut(1) -- old tutorial on threads in Perl
    WARNING: This tutorial describes the old-style thread model that was introduced in release 5.005. This model is now deprecated, and will be removed, probably in version 5.10. The interfaces described ...
 perlpacktut(1) -- tutorial on "pack" and "unpack"
    "pack" and "unpack" are two functions for transforming data according to a user-defined template, between the guarded way Perl stores values and some well-defined representation as might be requir...
 perlpod(1) -- the Plain Old Documentation format
    Pod is a simple-to-use markup language used for writing documentation for Perl, Perl programs, and Perl modules. Translators are available for converting Pod to various formats like plain text, HTML, ...
 perlpodspec(1) -- Plain Old Documentation: format specification and notes
    This document is detailed notes on the Pod markup language. Most people will only have to read perlpod to know how to write in Pod, but this document may answer some incidental questions to do with pa...
 perlport(1) -- Writing portable Perl
    Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Per...
 perlre(1) -- Perl regular expressions
    This page describes the syntax of regular expressions in Perl. If you haven't used regular expressions before, a quickstart introduction is available in perlrequick, and a longer tutorial introductio...
 perlref(1) -- Perl references and nested data structures
    Before release 5 of Perl it was difficult to represent complex data structures, because all references had to be symbolic--and even then it was difficult to refer to a variable instead of a symbol tab...
 perlreftut(1) -- Mark's very short tutorial about references
    One of the most important new features in Perl 5 was the capability to manage complicated data structures like multidimensional arrays and nested hashes. To enable these, Perl 5 introduced a feature c...
<<  [Prev]  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  
24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service