- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 911 - 920 of 1,306 for label:perl (0.02 sec)
-
dump.txt
=over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...perldoc.perl.org/functions/dump.txtRegistered: Fri Jun 06 07:43:47 UTC 2025 - 1.4K bytes - Viewed (0) -
time.txt
=over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...perldoc.perl.org/functions/time.txtRegistered: Fri Jun 06 18:26:16 UTC 2025 - 853 bytes - Viewed (0) -
@INC.txt
=over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...perldoc.perl.org/variables/@INC.txtRegistered: Fri Jun 06 21:18:19 UTC 2025 - 987 bytes - Viewed (0) -
$^O.txt
=over =item $OSNAME =item $^O X<$^O> X<$OSNAME> The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples see L<perlport...perldoc.perl.org/variables/$^O.txtRegistered: Sat Jun 07 00:13:19 UTC 2025 - 670 bytes - Viewed (0) -
@ISA.txt
=over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...perldoc.perl.org/variables/@ISA.txtRegistered: Sat Jun 07 01:38:37 UTC 2025 - 562 bytes - Viewed (0) -
ARGV.txt
=over =item ARGV X<ARGV> The special filehandle that iterates over command-line filenames in C<@ARGV>. Usually written as the null filehandle in the angle operator C<< <> >>. Note that currently C<...perldoc.perl.org/variables/ARGV.txtRegistered: Sat Jun 07 02:53:51 UTC 2025 - 546 bytes - Viewed (0) -
$^F.txt
=over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...perldoc.perl.org/variables/$^F.txtRegistered: Fri Jun 06 21:08:39 UTC 2025 - 574 bytes - Viewed (0) -
$&.txt
=over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...perldoc.perl.org/variables/$&.txtRegistered: Sat Jun 07 00:47:35 UTC 2025 - 382 bytes - Viewed (0) -
tr.txt
=over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152perldoc.perl.org/functions/tr.txtRegistered: Fri Jun 06 20:06:35 UTC 2025 - 152 bytes - Viewed (0) -
%-.txt
=over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...perldoc.perl.org/variables/%-.txtRegistered: Sat Jun 07 07:29:42 UTC 2025 - 1.6K bytes - Viewed (0)