r4 - 16 Jan 2008 - JoenioCosta
Results from Perldoc/V500807 web retrieved at 13:45 (GMT)
head1 NOME a2p Awk to Perl head1 SINOPSE B I I head1 DESCRIÇÃO I lê um script awk especificado na linha de comando (ou a partir da entrada padrão) e produz ...
head1 NOME attributes get/set subroutine or variable attributes head1 SINOPSE sub foo : method ; my ($x,@y,%z) : Bent 1; my $s sub : method { ... }; ...
head1 NOME AutoLoader carrega subrotinas sob demanda (apenas quando são executadas) head1 SINOPSE package Foo; use AutoLoader 'AUTOLOAD'; # importa a ...
head1 NAME B The Perl Compiler head1 SYNOPSIS use B; head1 DESCRIPTION The C module supplies classes which allow a Perl program to delve into its own innards ...
head1 NAME B::Deparse Perl compiler backend to produce perl code head1 SYNOPSIS B B B BI B B B BI BI I head1 DESCRIPTION B::Deparse is a backend ...
head1 NOME base Estabelece uma relação "IS A" ("é um") com classes base em tempo de compilação head1 SINOPSE package Baz; use base qw(Foo Bar); head1 DESCRI ...
head1 NOME bytes pragma para forçar a semântica de bytes, ao invés de semântica de caracteres head1 SINOPSE use bytes; ... chr(...); # or bytes::chr ...
head1 NOME carp reclama de erros (da perspectiva da função que a chamou) cluck reclama de erros com pilha de histórico erros (não é exportada por padrão) ...
head1 NOME Carp::Heavy maquinaria pesada, sem partes para o usuário dentro cut
head1 NOME constant pragma de Perl para declarar constantes head1 SINOPSE use constant PI 4 atan2(1, 1); use constant DEBUG 0; print "Pi ...
head1 NOME Cwd informa o caminho do diretório de trabalho atual head1 SINOPSE use Cwd; my $dir getcwd; use Cwd 'abs path'; my $abs path abs ...
head1 NOME Data::Dumper Estruturas de dados transformadas em string, apropriado tanto para impressão quanto para L head1 SINOPSE use Data::Dumper; # interface ...
head1 NAME DynaLoader Dynamically load C libraries into Perl code head1 SYNOPSIS package YourPackage; require DynaLoader; @ISA qw(... DynaLoader ...
head1 NAME Encode::PerlIO a detailed document on Encode and PerlIO head1 Overview It is very common to want to do encoding transformations when reading or writing ...
head1 NAME Encode::Supported Encodings supported by Encode head1 DESCRIPTION head2 Encoding Names Encoding names are case insensitive. White space in names is ...
head1 NOME Errno Constantes errno do sistema head1 SINOPSE use Errno qw(EINTR EIO :POSIX); head1 DESCRIÇÃO C define e exporta condicionalmente todas as constantes ...
head1 NAME Exporter Implements default import method for modules head1 SYNOPSIS In module YourModule.pm: package YourModule; require Exporter; @ISA qw(Exporter ...
head1 NAME Exporter::Heavy Exporter guts head1 SYNOPSIS (internal use only) head1 DESCRIPTION No user serviceable parts inside. cut
head1 teste pode apagar essa linha package ExtUtils::MakeMaker::FAQ; (our $VERSION) sprintf "%03d", q$Revision: 1.2 $ ~ /Revision:\s (\S )/; 1; END head1 ...
package ExtUtils::MakeMaker::Tutorial; use vars qw($VERSION); $VERSION 0.01; head1 NAME ExtUtils::MakeMaker::Tutorial Writing a module with MakeMaker head1 SYNOPSIS ...
head1 NOME Fcntl carrega as definições do arquivo Fcntl.h do C head1 SINOPSE use Fcntl; use Fcntl qw(:DEFAULT :flock); head1 DESCRIÇÃO Este módulo é apenas ...
head1 NOME fields pragma para criar atributos de classe em tempo de compilação head1 SINOPSE { package Foo; use fields qw(foo bar Foo private); ...
head1 NOME File::Glob extensão Perl para a rotina glob do BSD head1 SINOPSE use File::Glob ':glob'; @list bsd glob(' . ch '); $homedir bsd glob('~gnat ...
head1 NAME FileHandle fornece uma interface orientada a objetos para descritores de arquivos head1 SINOPSE use FileHandle; $fh new FileHandle; if ...
head1 NOME File::Spec executa operações em nomes de arquivos de maneira portável head1 SINOPSE use File::Spec; $x File::Spec catfile('a', 'b', 'c'); que retorna ...
head1 NOME File::Spec::Unix Especialização do módulo File::Spec para sistemas Unix, base para outros módulos do pacote File::Spec head1 SINOPSE require File::Spec ...
head1 NAME Getopt::Long Processamento extendido de opções de linha de comando head1 SYNOPSIS use Getopt::Long; my $data "file.dat"; my $length 24; ...
head1 NOME IO carrega vários módulos relacionados à IO head1 SINOPSE use IO qw(Handle File); # carrega módulos IO, no caso IO::Handle, IO::File use IO ...
head1 NOME IO::File fornece métodos de objeto para manipulação de filehandles head1 SINOPSE use IO::File; $fh new IO::File; if ($fh open("; ...
head1 NAME IO::Handle fornece métodos de objeto para manipulação de I/O handles head1 SINOPSE use IO::Handle; $io new IO::Handle; if ($io fdopen ...
head1 NOME IO::Pipe provê métodos de objetos para redirecionamentos head1 SINOPSE use IO::Pipe; $pipe new IO::Pipe; if($pid fork()) { # Parent $pipe ...
head1 NAME IO::Seekable supply seek based methods for I/O objects head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA qw(IO::Seekable); ...
head1 NOME IO::Select Interface OO para a I select head1 SINOPSE use IO::Select; $s IO::Select new(); $s add(\ STDIN); $s add($some handle ...
head1 NOME IO::Socket Objeto de interface para comunicações utilizando Sockets head1 SINOPSE use IO::Socket; head1 DESCRIÇÃO C provê uma interface para criar ...
head1 NOME IO::Socket::INET Interface em objeto para os sockets de domínio AF INET head1 SINOPSE use IO::Socket::INET; head1 DESCRIÇÃO C provê uma interface ...
head1 NOME IO::Socket::UNIX Interface OO para sockets de domínio AF UNIX head1 SINOPSE use IO::Socket::UNIX; head1 DESCRIÇÃO C provê uma interface OO para ...
head1 NAME IPC::Open2, open2 open a process for both reading and writing head1 SYNOPSIS use IPC::Open2; $pid open2(\ RDRFH, \ WTRFH, 'some cmd and args ...
head1 NAME IPC::Open3, open3 open a process for reading, writing, and error handling head1 SYNOPSIS $pid open3(\ WTRFH, \ RDRFH, \ ERRFH, 'some cmd ...
head1 NOME integer pragma Perl para utilizar aritmética inteira ao invés de aritmética de ponto flutuante head1 SYNOPSIS use integer; $x 10/3; # ...
Perl Brasil Perldoc v5.8.7 LayoutTemplate ...
head1 NOME lib modifica @INC em tempo de compilação head1 SINOPSE use lib LIST; no lib LIST; head1 DESCRIÇÃO Este é um módulo pequeno e simples que facilita ...
head1 NOME List::Util Uma coleção de funções úteis para manipulação de listas head1 SINOPSE use List::Util qw(first max maxstr min minstr reduce shuffle sum ...
head1 NOME locale Pragma do Perl para ativar e desativar locales POSIX em operações internas head1 SINOPSE @x sort @y; # Ordem de classificação ASCII ...
head1 NOME Locale::Constants constantes para códigos do Locale head1 SINOPSE use Locale::Constants; $codeset LOCALE CODE ALPHA 2; head1 DESCRIÇ ...
head1 NAME Locale::Country ISO codes for country identification (ISO 3166) head1 SYNOPSIS use Locale::Country; $country code2country('jp'); ...
head1 NAME Locale::Currency ISO three letter codes for currency identification (ISO 4217) head1 SYNOPSIS use Locale::Currency; $curr code2currency('usd ...
head1 NAME Locale::Language ISO two letter codes for language identification (ISO 639) head1 SYNOPSIS use Locale::Language; $lang code2language( ...
# Time stamp: "2004 01 11 18:35:34 AST" head1 NAME Locale::Maketext framework for localization head1 SYNOPSIS package MyProgram; use strict; use MyProgram ...
# This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. # This corrects some typoes in the previous release. ...
head1 NAME Locale::Script ISO codes for script identification (ISO 15924) head1 SYNOPSIS use Locale::Script; use Locale::Constants; $script ...
/usr/share/perl/5.8.7/Carp/Heavy.pod /usr/share/perl/5.8.7/Exporter/Heavy.pod /usr/share/perl/5.8.7/File/Spec/Unix.pod /usr/share/perl/5.8.7/File/Glob.pod /usr/share ...
head1 NAME libnetFAQ libnet Frequently Asked Questions head1 DESCRIPTION head2 Where to get this document This document is distributed with the libnet distribution ...
head1 NAME overload Package for overloading perl operations head1 SYNOPSIS package SomeThing; use overload ' ' \ myadd, ' ' \ # etc ... ...
head1 NAME perl Practical Extraction and Report Language head1 SYNOPSIS B S S B :I S B :I B I S BI B I B I ...
head1 NAME perl5004delta what's new for perl5.004 head1 DESCRIPTION This document describes differences between the 5.003 release (as documented in I, second edition ...
head1 NAME perl5005delta what's new for perl5.005 head1 DESCRIPTION This document describes differences between the 5.004 release and this one. head1 About the ...
head1 NAME perl561delta what's new for perl v5.6.x head1 DESCRIPTION This document describes differences between the 5.005 release and the 5.6.1 release. head1 ...
head1 NAME perl56delta what's new for perl v5.6.0 head1 DESCRIPTION This document describes differences between the 5.005 release and the 5.6.0 release. head1 ...
head1 NAME perl570delta what's new for perl v5.7.0 head1 DESCRIPTION This document describes differences between the 5.6.0 release and the 5.7.0 release. head1 ...
head1 NAME perl571delta what's new for perl v5.7.1 head1 DESCRIPTION This document describes differences between the 5.7.0 release and the 5.7.1 release. (To ...
head1 NAME perl572delta what's new for perl v5.7.2 head1 DESCRIPTION This document describes differences between the 5.7.1 release and the 5.7.2 release. (To ...
head1 NAME perl573delta what's new for perl v5.7.3 head1 DESCRIPTION This document describes differences between the 5.7.2 release and the 5.7.3 release. (To ...
head1 NAME perl581delta what is new for perl v5.8.1 head1 DESCRIPTION This document describes differences between the 5.8.0 release and the 5.8.1 release. If you ...
head1 NAME perl582delta what is new for perl v5.8.2 head1 DESCRIPTION This document describes differences between the 5.8.1 release and the 5.8.2 release. If you ...
head1 NAME perl583delta what is new for perl v5.8.3 head1 DESCRIPTION This document describes differences between the 5.8.2 release and the 5.8.3 release. If you ...
head1 NAME perl584delta what is new for perl v5.8.4 head1 DESCRIPTION This document describes differences between the 5.8.3 release and the 5.8.4 release. head1 ...
head1 NAME perl585delta what is new for perl v5.8.5 head1 DESCRIPTION This document describes differences between the 5.8.4 release and the 5.8.5 release. head1 ...
head1 NAME perl586delta what is new for perl v5.8.6 head1 DESCRIPTION This document describes differences between the 5.8.5 release and the 5.8.6 release. head1 ...
head1 NAME perldelta what is new for perl v5.8.7 head1 DESCRIPTION This document describes differences between the 5.8.6 release and the 5.8.7 release. head1 Incompatible ...
head1 NAME perl58delta what is new for perl v5.8.0 head1 DESCRIPTION This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of ...
Name Type Size Values Tooltip message Arquivo text 40 Nome do arquivo original (incluindo diretorios) Traducao select 1 0, 5, 10 ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see perlpod manpage) which is specially designed to be readable ...
head1 NAME perlapi autogenerated documentation for the perl public API head1 DESCRIPTION This file contains the documentation of the perl public API generated by ...
head1 NAME perlapio perl's IO abstraction interface. head1 SYNOPSIS #define PERLIO NOT STDIO 0 / For co existence with stdio only / #include ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
head1 NAME perlartistic the Perl Artistic License head1 SYNOPSIS You can refer to this document in Pod via "L" Or you can see this document by entering "perldoc ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
head1 NOME perlbook Informações sobre livros de Perl head1 DESCRIÇÃO O livro do Camelo, oficialmente conhecido como I, escrito por Larry Wall, é a referência definitiva ...
head1 NOME perlboot Tutorial de Orientação a Objetos para Iniciantes head1 DESCRIÇÃO Se você não estiver familiarizado com objetos de outras linguagens, as demais ...
head1 NAME perlbot Bag'o Object Tricks (the BOT) head1 DESCRIPTION The following collection of tricks and hints is intended to whet curious appetites about such ...
This document is written in pod format hence there are punctuation characters in odd places. Do not worry, you've apparently got the ASCII EBCDIC translation worked ...
head1 NAME perlcall Perl calling conventions from C head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be ...
head1 NOME perlcheat Perl 5 Cheat Sheet head1 DESCRIÇÃO Esta 'cheat sheet' é uma referência útil, dedicada a programadores Perl iniciantes. Nem tudo é mencionado ...
head1 NAME perlclib Internal replacements for standard C library functions head1 DESCRIPTION One thing Perl porters should note is that F doesn't tend to use that ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see perlpod manpage) which is specially designed to be readable ...
head1 NAME perlcompile Introduction to the Perl Compiler Translator head1 DESCRIPTION Perl has always had a compiler: your source is compiled into an internal ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
head1 NAME perldata Perl data types head1 DESCRIPTION head2 Variable names Perl has three built in data types: scalars, arrays of scalars, and associative arrays ...
head1 NAME perldbmfilter Perl DBM Filters head1 SYNOPSIS $db tie %hash, 'DBM', ... $old filter $db filter store key ( sub { ... } ) ; $old filter ...
head1 NAME perldebguts Guts of Perl debugging head1 DESCRIPTION This is not the perldebug(1) manpage, which tells you how to use the debugger. This manpage describes ...
head1 NAME perldebtut Perl debugging tutorial head1 DESCRIPTION A (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper ...
head1 NAME perldebug Perl debugging head1 DESCRIPTION First of all, have you tried using the B switch? If you're new to the Perl debugger, you may prefer to read ...
head1 NAME perldelta what is new for perl v5.8.7 head1 DESCRIPTION This document describes differences between the 5.8.6 release and the 5.8.7 release. head1 Incompatible ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see perlpod manpage) which is specially designed to be readable ...
head1 NAME perldiag various Perl diagnostics head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning ...
head1 NAME perldoc Look up Perl documentation in Pod format. head1 SYNOPSIS B B B B B B B B B B B B B B B B BI B PageName ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see perlpod manpage) which is specially designed to be readable ...
head1 NOME perldsc Perl Data Structures Cookbook (estruturas de dados complexas) head1 DESCRIÇÃO A mais importante funcionalidade que infelizmente faltava em Perl ...
head1 NAME perlebcdic Considerations for running Perl on EBCDIC platforms head1 DESCRIPTION An exploration of some of the issues facing Perl programmers on EBCDIC ...
head1 NAME perlembed how to embed perl in your C program head1 DESCRIPTION head2 PREAMBLE Do you want to: over 5 item B Read L, L, L, L, and L. item B Read ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
head1 NAME perlfaq frequently asked questions about Perl ($Date: 2005/03/27 07:21:21 $) head1 DESCRIPTION The perlfaq is divided into several documents based on ...
head1 NAME perlfaq1 General Questions About Perl ($Revision: 1.17 $, $Date: 2005/01/31 15:52:15 $) head1 DESCRIPTION This section of the FAQ answers very general ...
head1 NAME perlfaq2 Obtaining and Learning about Perl ($Revision: 1.31 $, $Date: 2005/01/31 15:54:44 $) head1 DESCRIPTION This section of the FAQ answers questions ...
head1 NAME perlfaq3 Programming Tools ($Revision: 1.47 $, $Date: 2005/03/27 07:21:22 $) head1 DESCRIPTION This section of the FAQ answers questions related to programmer ...
head1 NAME perlfaq4 Data Manipulation ($Revision: 1.61 $, $Date: 2005/03/11 16:27:53 $) head1 DESCRIPTION This section of the FAQ answers questions related to manipulating ...
head1 NAME perlfaq5 Files and Formats ($Revision: 1.35 $, $Date: 2005/01/21 12:26:11 $) head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles ...
head1 NAME perlfaq6 Regular Expressions ($Revision: 1.31 $, $Date: 2005/03/27 07:17:28 $) head1 DESCRIPTION This section is surprisingly small because the rest ...
head1 NAME perlfaq7 General Perl Language Issues ($Revision: 1.22 $, $Date: 2005/03/27 07:19:01 $) head1 DESCRIPTION This section deals with general Perl language ...
head1 NAME perlfaq8 System Interaction ($Revision: 1.23 $, $Date: 2005/01/03 18:43:37 $) head1 DESCRIPTION This section of the Perl FAQ covers questions involving ...
head1 NAME perlfaq9 Networking ($Revision: 1.19 $, $Date: 2005/01/21 12:14:12 $) head1 DESCRIPTION This section deals with questions related to networking, the ...
head1 NAME perlfilter Source Filters head1 DESCRIPTION This article is about a little known feature of Perl called I. Source filters alter the program text of a ...
head1 NAME perlfork Perl's fork() emulation head1 SYNOPSIS NOTE: As of the 5.8.0 release, fork() emulation has considerably matured. However, there are ...
head1 NAME perlform Perl formats head1 DESCRIPTION Perl has a mechanism to help you generate simple reports and charts. To facilitate this, Perl helps you code ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be ...
head1 NAME perlfunc Perl builtin functions head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories ...
head1 NAME perlgpl the GNU General Public License, version 2 head1 SYNOPSIS You can refer to this document in Pod via "L" Or you can see this document by entering ...
head1 NAME perlguts Introduction to the Perl API head1 DESCRIPTION This document attempts to describe how to use the Perl API, as well as to provide some info on ...
head1 NAME perlhack How to hack at the Perl internals head1 DESCRIPTION This document attempts to explain how Perl development takes place, and ends with some suggestions ...
head1 NAME perlhist the Perl history records head1 DESCRIPTION This document aims to record the Perl source code releases. head1 INTRODUCTION Perl history in brief ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
head1 NAME perlintern autogenerated documentation of purely B Perl functions head1 DESCRIPTION This file is the autogenerated documentation of functions in the ...
head1 NOME perlintro uma breve introdução ao Perl head1 DESCRIÇÃO Este documento tem por intenção dar a você uma breve introdução à linguagem de programação Perl ...
head1 NAME perliol C API for Perl's implementation of IO in Layers. head1 SYNOPSIS / Defining a layer ... / #include head1 DESCRIPTION This document ...
head1 NAME perlipc Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) head1 DESCRIPTION The basic IPC facilities ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see perlpod manpage) which is specially designed to be readable ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see perlpod manpage) which is specially designed to be readable ...
head1 NAME perllexwarn Perl Lexical Warnings head1 DESCRIPTION The C pragma is a replacement for both the command line flag B and the equivalent Perl variable, ...
head1 NAME perllocale Perl locale handling (internationalization and localization) head1 DESCRIPTION Perl supports language specific notions of data such as "is ...
head1 NAME perllol Manipulating Arrays of Arrays in Perl head1 DESCRIPTION head2 Declaration and Access of Arrays of Arrays The simplest thing to build is an array ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
If you read this file as is , just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable ...
head1 NAME perlmod Perl modules (packages and symbol tables) head
