- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 1,316 for label:perl (0.15 sec)
-
perlvos.txt
# vim: syntax=pod 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 as is. =h...perldoc.perl.org/perlvos.txtRegistered: Sat Aug 30 19:01:11 UTC 2025 - 3.8K bytes - Viewed (0) -
perlopenbsd.txt
# vim: syntax=pod 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 readable as is....perldoc.perl.org/perlopenbsd.txtRegistered: Sat Aug 30 23:26:43 UTC 2025 - 1.2K bytes - Viewed (0) -
perltooc.txt
=encoding utf8 =head1 NAME perltooc - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...perldoc.perl.org/perltooc.txtRegistered: Sat Aug 30 22:26:30 UTC 2025 - 294 bytes - Viewed (0) -
perlsub.txt
=head1 NAME X<subroutine> X<function> perlsub - Perl subroutines (user-defined functions) =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declarati...perldoc.perl.org/perlsub.txtRegistered: Sat Aug 30 05:58:26 UTC 2025 - 76K bytes - Viewed (0) -
perlreguts.txt
=head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...perldoc.perl.org/perlreguts.txtRegistered: Sat Aug 30 01:49:37 UTC 2025 - 42.4K bytes - Viewed (0) -
perldsc.txt
=head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...perldoc.perl.org/perldsc.txtRegistered: Sat Aug 30 01:12:20 UTC 2025 - 26.3K bytes - Viewed (0) -
@{^CAPTURE}.txt
=over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...perldoc.perl.org/variables/@{^CAPTURE}.txtRegistered: Fri Aug 29 19:17:15 UTC 2025 - 1.2K bytes - Viewed (0) -
$;.txt
=over =item $SUBSCRIPT_SEPARATOR =item $SUBSEP =item $; X<$;> X<$SUBSEP> X<SUBSCRIPT_SEPARATOR> The subscript separator for multidimensional array emulation. If you refer to a hash element as $foo{...perldoc.perl.org/variables/$;.txtRegistered: Fri Aug 29 17:13:29 UTC 2025 - 658 bytes - Viewed (0) -
${^SAFE_LOCALES}.txt
=over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...perldoc.perl.org/variables/${^SAFE_LOCALES}.txtRegistered: Fri Aug 29 18:41:50 UTC 2025 - 572 bytes - Viewed (0) -
$>.txt
=over =item $EFFECTIVE_USER_ID =item $EUID =item $> X<< $> >> X<$EUID> X<$EFFECTIVE_USER_ID> The effective uid of this process. For example: $< = $>; # set real to effective uid ($<,$>) = ($>,$<); ...perldoc.perl.org/variables/$>.txtRegistered: Fri Aug 29 16:15:01 UTC 2025 - 615 bytes - Viewed (0)