- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 581 - 590 of 3,417 for filetype:txt (0.07 sec)
-
Time::gmtime.txt
package Time::gmtime 1.05; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst, ); use Exporter 'import'; our @EXPORT = qw...perldoc.perl.org/Time::gmtime.txtRegistered: Mon Feb 17 03:00:56 UTC 2025 - 2.4K bytes - Viewed (0) -
Test::use::ok.txt
package Test::use::ok; use 5.005; our $VERSION = '1.302199'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...perldoc.perl.org/Test::use::ok.txtRegistered: Mon Feb 17 05:22:43 UTC 2025 - 1.3K bytes - Viewed (0) -
$^X.txt
=over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...perldoc.perl.org/variables/$^X.txtRegistered: Mon Feb 17 16:24:48 UTC 2025 - 2K bytes - Viewed (0) -
@-.txt
=over =item @LAST_MATCH_START =item @- X<@-> X<@LAST_MATCH_START> This array holds the offsets of the beginnings of the last successful match and any capture buffers it contains. (See L</Scoping Ru...perldoc.perl.org/variables/@-.txtRegistered: Mon Feb 17 17:06:51 UTC 2025 - 1.8K bytes - Viewed (0) -
$[.txt
=over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...perldoc.perl.org/variables/$[.txtRegistered: Mon Feb 17 14:24:25 UTC 2025 - 1.1K bytes - Viewed (0) -
$^E.txt
=over =item $EXTENDED_OS_ERROR =item $^E X<$^E> X<$EXTENDED_OS_ERROR> Error information specific to the current operating system. At the moment, this differs from C<L</$!>> under only VMS, OS/2, an...perldoc.perl.org/variables/$^E.txtRegistered: Mon Feb 17 16:51:17 UTC 2025 - 1.1K bytes - Viewed (0) -
$'.txt
=over =item $POSTMATCH =item $' X<$'> X<$POSTMATCH> X<@-> The string following whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). Example: local ...perldoc.perl.org/variables/$'.txtRegistered: Mon Feb 17 15:33:41 UTC 2025 - 528 bytes - Viewed (0) -
$,.txt
=over =item IO::Handle->output_field_separator( EXPR ) =item $OUTPUT_FIELD_SEPARATOR =item $OFS =item $, X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR> The output field separator for the print operator. ...perldoc.perl.org/variables/$,.txtRegistered: Mon Feb 17 13:47:34 UTC 2025 - 486 bytes - Viewed (0) -
${^UNICODE}.txt
=over =item ${^UNICODE} X<${^UNICODE}> Reflects certain Unicode settings of Perl. See L<perlrun|perlrun/-C [numberE<sol>list]> documentation for the C<-C> switch for more information about the poss...perldoc.perl.org/variables/${^UNICODE}.txtRegistered: Mon Feb 17 15:21:44 UTC 2025 - 331 bytes - Viewed (0) -
${^RE_DEBUG_FLAGS}.txt
=over =item ${^RE_DEBUG_FLAGS} X<${^RE_DEBUG_FLAGS}> The current value of the regex debugging flags. Set to 0 for no debug output even when the C<re 'debug'> module is loaded. See L<re> for details...perldoc.perl.org/variables/${^RE_DEBUG_FLAGS}.txtRegistered: Mon Feb 17 15:48:10 UTC 2025 - 251 bytes - Viewed (0)