- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of 1,302 for label:perl (0.09 sec)
-
perlpacktut.txt
=head1 NAME perlpacktut - tutorial on C<pack> and C<unpack> =head1 DESCRIPTION C<pack> and C<unpack> are two functions for transforming data according to a user-defined template, between the guarde...perldoc.perl.org/perlpacktut.txtRegistered: Tue Nov 19 12:27:23 UTC 2024 - 50.2K bytes - Viewed (0) -
perlrecharclass.txt
=head1 NAME X<character class> perlrecharclass - Perl Regular Expression Character Classes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This ...perldoc.perl.org/perlrecharclass.txtRegistered: Tue Nov 19 14:51:12 UTC 2024 - 47.7K bytes - Viewed (0) -
perltie.txt
=head1 NAME X<tie> perltie - how to hide an object class in a simple variable =head1 SYNOPSIS tie VARIABLE, CLASSNAME, LIST $object = tied VARIABLE untie VARIABLE =head1 DESCRIPTION Prior to releas...perldoc.perl.org/perltie.txtRegistered: Tue Nov 19 12:49:10 UTC 2024 - 38.6K bytes - Viewed (0) -
perlrebackslash.txt
=head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...perldoc.perl.org/perlrebackslash.txtRegistered: Tue Nov 19 15:34:58 UTC 2024 - 32.4K bytes - Viewed (0) -
${^ENCODING}.txt
=over =item ${^ENCODING} X<${^ENCODING}> This variable is no longer supported. It used to hold the I<object reference> to the C<Encode> object that was used to convert the source code to Unicode. I...perldoc.perl.org/variables/${^ENCODING}.txtRegistered: Tue Nov 19 08:26:04 UTC 2024 - 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: Tue Nov 19 06:45:30 UTC 2024 - 1.1K bytes - Viewed (0) -
${^CHILD_ERROR_NATIVE}.txt
=over =item ${^CHILD_ERROR_NATIVE} X<$^CHILD_ERROR_NATIVE> The native status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<s...perldoc.perl.org/variables/${^CHILD_ERROR_NATIVE}.txtRegistered: Tue Nov 19 06:39:25 UTC 2024 - 574 bytes - Viewed (0) -
$#.txt
=over =item $# X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and using it now triggers a warning: C<$# is...perldoc.perl.org/variables/$#.txtRegistered: Tue Nov 19 08:42:59 UTC 2024 - 481 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: Tue Nov 19 08:33:23 UTC 2024 - 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: Tue Nov 19 07:47:27 UTC 2024 - 331 bytes - Viewed (0)