|
perltw(1) -- YcAexxxa Perl <
|
Awai"O"i Perl aoxN|a! +-q 5.8.0 a(C)9|}(C)l, Perl "a3AExFS1u1/2ao Unicode (,Uoe1/2X) xa'(C), x]3s+-axa'(C)xF3h(C)OxB>>y"tYHY~ao1/2s1/2Xxe|i; CJK (xxxeAu) <>U(C)... |
perlunicode(1) -- Unicode support in Perl
|
Important Caveats Unicode support is an extensive requirement. While Perl does not implement the Unicode standard or the accompanying technical reports from cover to cover, Perl does support many Unic... |
|
perluniintro(1) -- Perl Unicode introduction
|
This document gives a general idea of Unicode and how to use Unicode in Perl. Unicode [Toc] [Back] Unicode is a character set standard which plans to codify all of the writing systems of the wor... |
perlutil(1) -- utilities packaged with the Perl distribution
|
Along with the Perl interpreter itself, the Perl distribution installs a range of utilities on your system. There are also several utilities which are used by the Perl distribution itself as part of t... |
perlvar(1) -- Perl predefined variables
|
Predefined Names The following names have special meaning to Perl. Most punctuation names have reasonable mnemonics, or analogs in the shells. Nevertheless, if you wish to use long variable names, you... |
perlxs(1) -- XS language reference manual
|
Introduction XS is an interface description file format used to create an extension interface between Perl and C code (or a C library) which one wishes to use with Perl. The XS interface is combined w... |
perlxstut(1) -- Tutorial for writing XSUBs
|
This tutorial will educate the reader on the steps involved in creating a Perl extension. The reader is assumed to have access to perlguts, perlapi and perlxs. This tutorial starts with very simple ex... |
pfbtops(1) -- translate a PostScript font in .pfb format to ASCII
|
pfbtops translates a PostScript font in .pfb format to ASCII. If pfb_file is omitted the pfb file will be read from the standard input. The ASCII format PostScript font will be written on the standard... |
pgrep(1) -- find or signal processes by name
|
The pgrep command searches the process table on the running system and prints the process IDs of all processes that match the criteria given on the command line. The pkill command searches the process... |
pic(1) -- compile pictures for troff or TeX
|
This manual page describes the GNU version of pic, which is part of the groff document formatting system. pic compiles descriptions of pictures embedded within troff or TeX input files into commands t... |
piconv(1) -- iconv(1), reinvented in perl
|
piconv is perl version of iconv, a character encoding converter widely available for various Unixen today. This script was primarily a technology demonstrator for Perl 5.8.0, but you can use piconv in... |
pkg(1) -- replacement-to-be of pkg_* tools
|
pkg is meant to be a replacement of the old pkg_* tools. For the time being, it should only be invoked internally by pkg_add(1), to handle dependencies. |
pkg_add(1) -- install software package distributions
|
The pkg_add command is used to install packages created with the pkg_create(1) command. Selected packages containing precompiled applications from the /usr/ports tree can be found on the OpenBSD FTP s... |
pkg_create(1) -- create binary software package for distribution
|
The pkg_create command creates a binary package named pkg-name, for subsequent use with pkg_add(1), pkg_delete(1) and pkg_info(1). pkg-name will traditionally have a .tgz extension, to denote the unde... |
pkg_delete(1) -- a utility for deleting previously installed software package distributions
|
The pkg_delete command is used to delete packages that have been previously installed with the pkg_add(1) command. Package names may be specified either as the package name itself, or as a filename wh... |