perlos390 - building and installing Perl for OS/390 and z/OS

NAME SYNOPSIS DESCRIPTIONTools Unpacking Perl distribution on OS/390 Setup and utilities for Perl on OS/390 Configure Perl on OS/390 Build, Test, Install Perl on OS/390 Build Anomalies with Perl on OS/390 Testing Anomalies with Perl on OS/390 Installation Anomalies with Perl on OS/390 Usage Hints for Perl on OS/390 Floating Point Anomalies with Perl on OS/390 Modules and Extensions for Perl on OS/390 AUTHORS SEE ALSOMailing list for Perl on OS/390 HISTORY NAME perlos390 - building and inst

perlos400 - Perl version 5 on OS/400

NAME DESCRIPTIONCompiling Perl for OS/400 PASE Installing Perl in OS/400 PASE Using Perl in OS/400 PASE Known Problems Perl on ILE AUTHORS NAME perlos400 - Perl version 5 on OS/400 This document needs to be updated, but we don't know what it should say. Please email comments to perlbug@perl.org. DESCRIPTION This document describes various features of IBM's OS/400 operating system that will affect how Perl version 5 (hereafter just Perl) is compiled and/or runs. By far the easiest way to bui

perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.

NAME SYNOPSIS DESCRIPTIONTarget Other OSes Prerequisites Starting Perl programs under OS/2 (and DOS and...) Starting OS/2 (and DOS) programs under Perl Frequently asked questions"It does not work" I cannot run external programs I cannot embed perl into my program, or use _perl.dll_ from my program. `` and pipe-open do not work under DOS. Cannot start find.exe "pattern" file INSTALLATIONAutomatic binary installation Manual binary installation *Warning* Accessing documentationOS/2 _.INF_ f

perlopentut - simple recipes for opening files and pipes in Perl

NAME DESCRIPTION Opening Text FilesOpening Text Files for Reading Opening Text Files for Writing Opening Binary Files Opening Pipes Low-level File Opens via sysopen SEE ALSO AUTHOR and COPYRIGHT NAME perlopentut - simple recipes for opening files and pipes in Perl DESCRIPTION Whenever you do I/O on a file in Perl, you do so through what in Perl is called a filehandle. A filehandle is an internal name for an external file. It is the job of the open function to make the association between th

perlopenbsd - Perl version 5 on OpenBSD systems

NAME DESCRIPTIONOpenBSD core dumps from getprotobyname_r and getservbyname_r with ithreads AUTHOR NAME perlopenbsd - Perl version 5 on OpenBSD systems DESCRIPTION This document describes various features of OpenBSD that will affect how Perl version 5 (hereafter just Perl) is compiled and/or runs. OpenBSD core dumps from getprotobyname_r and getservbyname_r with ithreads When Perl is configured to use ithreads, it will use re-entrant library calls in preference to non-re-entrant versions. The

perlootut - Object-Oriented Programming in Perl Tutorial

NAME DATE DESCRIPTION OBJECT-ORIENTED FUNDAMENTALSObject Class Methods Attributes Polymorphism Inheritance Encapsulation Composition Roles When to Use OO PERL OO SYSTEMSMoose Class::Accessor Class::Tiny Role::Tiny OO System Summary Other OO Systems CONCLUSION NAME perlootut - Object-Oriented Programming in Perl Tutorial DATE This document was created in February, 2011, and the last major revision was in February, 2013. If you are reading this in the future then it's possible that the stat

perlobj - Perl object reference

NAME DESCRIPTIONAn Object is Simply a Data Structure A Class is Simply a Package A Method is Simply a Subroutine Method Invocation Inheritance Writing Constructors Attributes An Aside About Smarter and Safer Code Method Call Variations Invoking Class Methods bless, blessed, and ref The UNIVERSAL Class AUTOLOAD Destructors Non-Hash Objects Inside-Out objects Pseudo-hashes SEE ALSO NAME perlobj - Perl object reference DESCRIPTION This document provides a reference for Perl's obj

perlnumber - semantics of numbers and numeric operations in Perl

NAME SYNOPSIS DESCRIPTION Storing numbers Numeric operators and numeric conversions Flavors of Perl numeric operations AUTHOR SEE ALSO NAME perlnumber - semantics of numbers and numeric operations in Perl SYNOPSIS $n = 1234; # decimal integer $n = 0b1110011; # binary integer $n = 01234; # octal integer $n = 0x1234; # hexadecimal integer $n = 12.34e-56; # exponential notation $n = "-12.34e56"; # number specified as a string $n = "1234"; # number specified as a str

perlnewmod - preparing a new module for distribution

NAME DESCRIPTIONWarning What should I make into a module? Step-by-step: Preparing the ground Step-by-step: Making the module Step-by-step: Distributing your module AUTHOR SEE ALSO NAME perlnewmod - preparing a new module for distribution DESCRIPTION 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 powerful is the fact that Perl hackers tend to wan

perlnetware - Perl for NetWare

NAME DESCRIPTION BUILDTools & SDK Setup Make Interpreter Extensions INSTALL BUILD NEW EXTENSIONS ACKNOWLEDGEMENTS AUTHORS DATE NAME perlnetware - Perl for NetWare DESCRIPTION This file gives instructions for building Perl 5.7 and above, and also Perl modules for NetWare. Before you start, you may want to read the README file found in the top level directory into which the Perl source code distribution was extracted. Make sure you read and understand the terms under which the software is