This function only works in Perl 5.8.x and earlier. Pseudo-hashes were removed from Perl as of 5.10. Consider using restricted hashes or fields::new() instead (which itself uses restricted hashes under 5.10+). See Hash::Util. Using fields::phash() under 5.10 or higher will cause an error.| perldoc.perl.org
Symbol| perldoc.perl.org
#add ( HANDLES )| perldoc.perl.org
#Perl 5.42.0 Documentation| perldoc.perl.org
perldelta| perldoc.perl.org
perlpolicy| perldoc.perl.org
#T_SV| perldoc.perl.org
AutoLoader| perldoc.perl.org
Pod::Simple| perldoc.perl.org
Encode::Supported| perldoc.perl.org
perlthrtut| perldoc.perl.org
perlembed| perldoc.perl.org
#PerlIO_stdin(), PerlIO_stdout(), PerlIO_stderr()| perldoc.perl.org
base| perldoc.perl.org
IPC::Open3| perldoc.perl.org
perlxstut| perldoc.perl.org
#=head1 Heading Text | perldoc.perl.org
perlclib| perldoc.perl.org
perlapi| perldoc.perl.org
#_exit| perldoc.perl.org
perlport| perldoc.perl.org
perllocale| perldoc.perl.org
#c| perldoc.perl.org
#Searching for authors, bundles, distribution files and modules| perldoc.perl.org
perllol| perldoc.perl.org
perldsc| perldoc.perl.org
Scalar::Util| perldoc.perl.org
#Amiga::ARexx| perldoc.perl.org
#format parameter index| perldoc.perl.org
warnings| perldoc.perl.org
perl| perldoc.perl.org
IPC::Open2| perldoc.perl.org
perlunicode| perldoc.perl.org
#$ARG| perldoc.perl.org
feature| perldoc.perl.org
perlmod| perldoc.perl.org
Zero or more embedded pattern-match modifiers, to be turned on (or turned off if preceded by "-") for the remainder of the pattern or the remainder of the enclosing pattern group (if any).| perldoc.perl.org
perlref| perldoc.perl.org
perlobj| perldoc.perl.org
perldata| perldoc.perl.org
A file test, where X is one of the letters listed below. This unary operator takes one argument, either a filename, a filehandle, or a dirhandle, and tests the associated file to see if something is true about it. If the argument is omitted, tests $_, except for -t, which tests STDIN. Unless otherwise documented, it returns 1 for true and '' for false. If the file doesn't exist or can't be examined, it returns undef and sets $! (errno). With the exception of the -l test they all follow symbol...| perldoc.perl.org
#accessor methods| perldoc.perl.org
perlgov| perldoc.perl.org
This is similar in spirit to, but not the same as, grep(1) and its relatives. In particular, it is not limited to using regular expressions.| perldoc.perl.org
Extracts a substring out of EXPR and returns it. First character is at offset zero. If OFFSET is negative, starts that far back from the end of the string. If LENGTH is omitted, returns everything through the end of the string. If LENGTH is negative, leaves that many characters off the end of the string.| perldoc.perl.org
perlxs| perldoc.perl.org
perlguts| perldoc.perl.org
perlsec| perldoc.perl.org
perlclass| perldoc.perl.org
perlsub| perldoc.perl.org
#-0[octal/hexadecimal] | perldoc.perl.org
perlop| perldoc.perl.org