IO::Handle->format_line_break_characters EXPR

IO::Handle->format_line_break_characters EXPR

unless

unless These flow-control keywords are documented in Compound Statements in perlsyn.

Tie::File - Access the lines of a disk file via a Perl array

NAME SYNOPSIS DESCRIPTIONrecsep autochomp mode memory dw_size Option Format Public Methodsflock autochomp defer, flush, discard, and autodefer offset Tying to an already-opened filehandle Deferred WritingAutodeferring CONCURRENT ACCESS TO FILES CAVEATS SUBCLASSING WHAT ABOUT DB_File? AUTHOR LICENSE WARRANTY THANKS TODO NAME Tie::File - Access the lines of a disk file via a Perl array SYNOPSIS # This file documents Tie::File version 0.98 use Tie::File; tie @array, 'Tie::File', filename o

Pod::ParseUtils - helpers for POD parsing and conversion

NAME SYNOPSIS DESCRIPTIONPod::List Pod::Hyperlink Pod::Cache Pod::Cache::Item AUTHOR SEE ALSO NAME Pod::ParseUtils - helpers for POD parsing and conversion SYNOPSIS use Pod::ParseUtils; my $list = new Pod::List; my $link = Pod::Hyperlink->new('Pod::Parser'); DESCRIPTION NOTE: This module is considered legacy; modern Perl releases (5.18 and higher) are going to remove Pod-Parser from core and use Pod-Simple for all things POD. Pod::ParseUtils contains a few object-oriented helper packag

kill

kill SIGNAL, LIST kill SIGNAL Sends a signal to a list of processes. Returns the number of arguments that were successfully used to signal (which is not necessarily the same as the number of processes actually killed, e.g. where a process group is killed). $cnt = kill 'HUP', $child1, $child2; kill 'KILL', @goners; SIGNAL may be either a signal name (a string) or a signal number. A signal name may start with a SIG prefix, thus FOO and SIGFOO refer to the same signal. The string form of SIGNAL i

Encode::TW - Taiwan-based Chinese Encodings

NAME SYNOPSIS DESCRIPTION NOTES BUGS SEE ALSO NAME Encode::TW - Taiwan-based Chinese Encodings SYNOPSIS use Encode qw/encode decode/; $big5 = encode("big5", $utf8); # loads Encode::TW implicitly $utf8 = decode("big5", $big5); # ditto DESCRIPTION This module implements tradition Chinese charset encodings as used in Taiwan and Hong Kong. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- big5-eten /\bbig-?5

File::Path - Create or remove directory trees

NAME VERSION SYNOPSIS DESCRIPTIONERROR HANDLING NOTES DIAGNOSTICS SEE ALSO BUGS ACKNOWLEDGEMENTS AUTHORS COPYRIGHT LICENSE NAME File::Path - Create or remove directory trees VERSION This document describes version 2.09 of File::Path, released 2013-01-17. SYNOPSIS use File::Path qw(make_path remove_tree); make_path('foo/bar/baz', '/zug/zwang'); make_path('foo/bar/baz', '/zug/zwang', { verbose => 1, mode => 0711, }); remove_tree('foo/bar/baz', '/zug/zwang'); remove_tree('foo/b

$POSTMATCH

$POSTMATCH

B::Showlex - Show lexical variables used in functions or files

NAME SYNOPSIS DESCRIPTION EXAMPLESOPTIONS SEE ALSO TODO AUTHOR NAME B::Showlex - Show lexical variables used in functions or files SYNOPSIS perl -MO=Showlex[,-OPTIONS][,SUBROUTINE] foo.pl DESCRIPTION When a comma-separated list of subroutine names is given as options, Showlex prints the lexical variables used in those subroutines. Otherwise, it prints the file-scope lexicals in the file. EXAMPLES Traditional form: $ perl -MO=Showlex -e 'my ($i,$j,$k)=(1,"foo")' Pad of lexical names for comp

File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules

NAME SYNOPSIS DESCRIPTION METHODS COPYRIGHT SEE ALSO NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules SYNOPSIS require File::Spec::Unix; # Done automatically by File::Spec DESCRIPTION Methods for manipulating file specifications. Other File::Spec modules, such as File::Spec::Mac, inherit from File::Spec::Unix and override specific methods. METHODS canonpath() No physical check on the filesystem, but a logical cleanup of a path. On UNIX eliminates successive sla