r2 - 28 Mar 2005 - TWikiContributor
50 Recent Changes in Perldoc/V500807 Web retrieved at 13:30 (GMT)
Statistics for Perldoc/V500807 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic ...
head1 NOME perlreftut Tutorial Rapido sobre Referencias do Mark head1 DESCRIÇÃO Uma dos mais importantes recursos adicionados na Perl 5 foi a capacidade de gerenciar ...
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 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 NOME perlrequick Introdução rápida às expressões regulares em Perl (EM TRADUÇÃO) head1 DESCRIÇÃO Este documento cobre os aspectos básicos para entendendimento ...
head1 NOME perldsc Perl Data Structures Cookbook (estruturas de dados complexas) head1 DESCRIÇÃO A mais importante funcionalidade que infelizmente faltava em Perl ...
Perl Brasil Perldoc v5.8.7 LayoutTemplate ...
Projeto Gráfico Este tópico contém o projeto de layout da Web Perldoc.V500807 do portal Perl.org.br. Referências ProjetoGrafico Projeto Gráfico da Web YAPC ...
Perldoc V5.8.7 Tradução da documentação do Perl V5.8.7 Mudanças recentes
head1 NAME perlvar Variáveis especiais do Perl head1 DESCRIPTION head2 Nomes especiais Este documento trata de varáveis que possuem significados especiais para ...
head1 NOME perlstyle Guia de Estilos de Perl head1 DESCRIÇÃO Cada programador tera claramente as suas proprias preferencias quanto a formatacao de codigo, mas existem ...
head1 NOME perlutil utilidades que vem embutida na distribuição Perl head1 DESCRIÇÃO Junto do interpretador Perl em si, a distribuição Perl instala uma série de ...
head1 NAME perltoc perl documentation table of contents head1 DESCRIPTION This page provides a brief table of contents for the rest of the Perl documentation set ...
head1 OBSERVAÇÃO Se você está lendo este arquivo em seu formato original, ignore quaisquer caracteres estranhos. Ele é escrito no formato POD (ver: pod/perlpod.pod ...
head1 Observação Este documento está em formato POD. Para ler este documento, use um formatador de POD, como "perldoc perlpod". head1 NOME X X perlpod the Plain ...
head1 NOME perlsyn Sintaxe de Perl head1 DESCRIÇÃO Um programa em Perl consiste de uma sequência de declarações e sentenças que são executadas de cima para baixo ...
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 perlunicode Unicode support in Perl head1 DESCRIPTION head2 Important Caveats Unicode support is an extensive requirement. While Perl does not implement ...
head1 NAME perlvms VMS specific documentation for Perl head1 DESCRIPTION Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement ...
head1 NAME perlXStut Tutorial for writing XSUBs head1 DESCRIPTION This tutorial will educate the reader on the steps involved in creating a Perl extension. The ...
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 perlxs XS language reference manual head1 DESCRIPTION head2 Introduction XS is an interface description file format used to create an extension interface ...
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 perluniintro Perl Unicode introduction head1 DESCRIPTION This document gives a general idea of Unicode and how to use Unicode in Perl. head2 Unicode ...
head1 NAME perlpacktut tutorial on C and C head1 DESCRIPTION C and C are two functions for transforming data according to a user defined template, between the guarded ...
head1 NAME perlre Perl regular expressions head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular expressions ...
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 perltie how to hide an object class in a simple variable head1 SYNOPSIS tie VARIABLE, CLASSNAME, LIST $object tied VARIABLE untie VARIABLE head1 ...
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 perlretut Perl regular expressions tutorial head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions ...
head1 NAME perltrap Perl traps for the unwary head1 DESCRIPTION The biggest trap of all is forgetting to C or use the B switch; see L and L. The second biggest ...
head1 NAME perltooc Tom's OO Tutorial for Class Data in Perl head1 DESCRIPTION When designing an object class, you are sometimes faced with the situation of wanting ...
head1 NAME perlthrtut tutorial on threads in Perl head1 DESCRIPTION B: this tutorial describes the new Perl threading flavour introduced in Perl 5.6.0 called interpreter ...
head1 NAME perlref Perl references and nested data structures head1 NOTE This is complete documentation about all aspects of references. For a shorter, tutorial ...
head1 NAME perlsub Perl subroutines head1 SYNOPSIS To declare subroutines: sub NAME; # A "forward" declaration. sub NAME(PROTO); # ditto, but with ...
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 pod/perlpod.pod) which is specially designed to be readable ...
head1 NAME perlsec Perl security head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or ...
head1 NAME perlpodspec Plain Old Documentation: format specification and notes head1 DESCRIPTION This document is detailed notes on the Pod markup language. Most ...
head1 NAME perlreref Perl Regular Expressions Reference head1 DESCRIPTION This is a quick reference to Perl's regular expressions. For full information see L and ...
head1 NAME perltoot Tom's object oriented tutorial for perl head1 DESCRIPTION Object oriented programming is a big seller these days. Some managers would rather ...
head1 NAME perlport Writing portable Perl head1 DESCRIPTION Perl runs on numerous operating systems. While most of them share much in common, they also have their ...
head1 NAME perltodo Perl TO DO List head1 DESCRIPTION This is a list of wishes for Perl. Send updates to I. If you want to work on any of these projects, be sure ...
head1 NAME perlrun how to execute the Perl interpreter head1 SYNOPSIS B S S B :I S B B :I B I S BI B I B I SI ...
head1 NAME perllocale Perl locale handling (internationalization and localization) head1 DESCRIPTION Perl supports language specific notions of data such as "is ...
head1 NAME perlintern autogenerated documentation of purely B Perl functions head1 DESCRIPTION This file is the autogenerated documentation of functions in the ...
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 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 specially designed to be readable ...
Number of topics: 50
See also:
