| | man : INTRO(7)
OpenBSD::Intro (3p) - Introduction to the pkg tools internals
adb (4/MacPPC) - introduction to Apple Desktop Bus support
cardbus, cbb (4) - introduction to CardBus support
cvsintro (7) - introduction to Concurrent Versioning System
ebus (4/SPARC64) - introduction to SPARC EBus bus support
eisa (4) - introduction to EISA bus support
gsc (4/HPPA) - introduction to HP 9000/700 GSC bus support
hil (4) - introduction to HP-HIL support
intro (1) - introduction to general commands (tools and utilities)
intro (2) - introduction to system calls and error numbers
intro (3) - introduction to the C libraries
intro (4/AMD64) - introduction to special files and hardware support
intro (4/ARMISH) - introduction to special files and hardware support
intro (4/AViiON) - introduction to special files and hardware support
intro (4/Alpha) - introduction to special files and hardware support
intro (4/HP300) - introduction to special files and hardware support
intro (4/HPPA) - introduction to special files and hardware support
intro (4/LANDISK) - introduction to special files and hardware support
intro (4/Luna88K) - introduction to special files and hardware support
intro (4/MVME68K) - introduction to special files and hardware support
intro (4/MVME88K) - introduction to special files and hardware support
intro (4/Mac68K) - introduction to special files and hardware support
intro (4/MacPPC) - introduction to special files and hardware support
intro (4/SGI) - introduction to special files and hardware support
intro (4/SOCPPC) - introduction to special files and hardware support
intro (4/SPARC) - introduction to special files and hardware support
intro (4/SPARC64) - introduction to special files and hardware support
intro (4/VAX) - introduction to special files and hardware support
intro (4/Zaurus) - introduction to special files and hardware support
intro (4/i386) - introduction to special files and hardware support
intro (5) - introduction to file formats
intro (6) - introduction to the games
intro (7) - miscellaneous information pages
intro (8) - introduction to system maintenance and operation commands
intro (9) - introduction to the kernel internals
isa, isadma (4) - introduction to ISA bus support
isapnp (4) - introduction to ISA Plug-and-Play support
kerberos (8) - introduction to the Kerberos system
macobio (4/MacPPC) - introduction to Apple PowerPC onboard I/O bus support
math (3) - introduction to mathematical library functions
netintro (4) - introduction to networking facilities
pci (4) - introduction to PCI bus support
pcibios (4/i386) - introduction to PCI BIOS support
pcmcia (4) - introduction to PCMCIA (PC Card) support
perlcompile (1) - Introduction to the Perl Compiler-Translator
perlguts (1) - Introduction to the Perl API
perlintro (1) - a brief introduction and overview of Perl
perluniintro (1) - Perl Unicode introduction
sbus (4) - introduction to SBus bus support
usb (4) - introduction to Universal Serial Bus support
usbf (4) - introduction to Universal Serial Bus function support
AnyEvent::Intro (3p) - an introductory tutorial to AnyEvent
Catalyst::Manual::Intro (3p) - Introduction to Catalyst
Catalyst::Manual::Tutorial::Intro (3p) - Catalyst Tutorial - Part 1: Introduction
DBIx::Class::Manual::Intro (3p) - Introduction to DBIx::Class
DBIx::DataModel::Doc::Delta_1.0 (3p) - Differences introduced in version 1.0
Embperl::Intro (3p) - Introduction to Embperl
Embperl::IntroEmbperlObject (3p) - Introduction to EmbperlObject
Imager::API (3p) - Imager's C API - introduction.
Imager::Tutorial (3p) - an introduction to Imager.
In (3p) - old school Perl 5, this is often a blessed hash reference. With Moose, you should never need to know what your object instance actually is. (Okay, it's usually a blessed hashref with Moose, too.) Class A package with no introspection other than mucking about in the symbol table. With Moose, you get well-defined declaration and introspection. Attributes Hand-written accessor methods, symbol table hackery, or a helper module like ""Class::Accessor"". With Moose, these are declaratively defined, and distinct from methods. Method These are pretty much the same in Moose as in old school Perl. Roles ""Class::Trait"" or ""Class::Role"", or maybe ""mixin.pm"". With Moose, they're part of the core feature set, and are introspectable like everything else. Method Modifiers Could only be done through serious symbol table wizardry, and you probably never saw this before (at least in Perl 5). Type Hand-written parameter checking in your ""new()"" method and accessors. With Moose, you define types declaratively, and then use them by name in your attributes. Delegation ""Class::Delegation"" or ""Class::Delegator"", but probably even more hand-written code. With Moose, this is also declarative. Constructor A ""new()"" method which calls ""bless"" on a reference. Comes for free when you define a class with Moose. Destructor A ""DESTROY()"" method. With Moose, this is called ""DEMOLISH()"". Object Instance A blessed reference, usually a hash reference. With Moose, this is an opaque thing which has a bunch of attributes and methods, as defined by its class. Immutabilization Moose comes with a feature called ``immutabilization''. When you make your class immutable, it means you're done adding methods, attributes, roles, etc. This lets Moose optimize your class with a bunch of extremely dirty in-place code generation tricks that speed up things like object construction and so on.
It (3p) - first introduces some basic concepts, and later gives a short overview of the module family.
Moose::Intro (3p) - Expanded into Moose::Manual, so go read that
Moose::Intro (3p) - Moved to Moose::Manual::Unsweetened, so go read that
Our (3p) - meta-object protocol (aka MOP) provides well-defined introspection features for each of those concepts, and Moose in turn provides distinct sugar for each of them. Moose also introduces additional concepts such as roles, method modifiers, and declarative delegation.
PDL::Intro (1) - Introduction to the Perl Data Language
Template::Manual::Intro (3p) - Introduction to the Template Toolkit
This (3p) - tutorial will introduce you to the main features of the Coro module family.
XML::SAX::Intro (3p) - An Introduction to SAX Parsing with Perl
git-bisect (1) - Find by binary search the change that introduced a bug
git-cherry-pick (1) - Apply the change introduced by an existing commit
git-whatchanged (1) - Show logs with difference each commit introduces
gittutorial (7) - A tutorial introduction to git (for version 1.5.1 or newer)
gittutorial-2 (7) - A tutorial introduction to git: part two
libtiff (3) - introduction to libtiff , a library for reading and writing TIFF files
zshroadmap (1) - informal introduction to the zsh manual
glXIntro (3) - Introduction to OpenGL in the X window system
|