Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 1,306 for label:perl (0.03 sec)

  1. perl5382delta.txt

    =encoding utf8 =head1 NAME perl5382delta - what is new for perl v5.38.2 =head1 DESCRIPTION This document describes differences between the 5.38.0 release and the 5.38.2 release. B<Please note:> Thi...
    perldoc.perl.org/perl5382delta.txt
    Registered: Wed May 28 06:18:24 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. perl5343delta.txt

    =encoding utf8 =head1 NAME perl5343delta - what is new for perl v5.34.3 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.3 release. B<Please note:> Thi...
    perldoc.perl.org/perl5343delta.txt
    Registered: Wed May 28 08:57:23 UTC 2025
    - 4K bytes
    - Viewed (0)
  3. perlcheat.txt

    =head1 NAME perlcheat - Perl 5 Cheat Sheet =head1 DESCRIPTION This 'cheat sheet' is a handy reference, meant for beginning Perl programmers. Not everything is mentioned, but 195 features may alread...
    perldoc.perl.org/perlcheat.txt
    Registered: Wed May 28 07:01:58 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  4. $^H.txt

    =over =item $^H X<$^H> WARNING: This variable is strictly for internal use only. Its availability, behavior, and contents are subject to change without notice. This variable contains compile-time h...
    perldoc.perl.org/variables/$^H.txt
    Registered: Thu May 29 14:24:11 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. $^V.txt

    =over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...
    perldoc.perl.org/variables/$^V.txt
    Registered: Thu May 29 11:10:31 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  6. ${^POSTMATCH}.txt

    =over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...
    perldoc.perl.org/variables/${^POSTMATCH}.txt
    Registered: Thu May 29 11:17:10 UTC 2025
    - 510 bytes
    - Viewed (0)
  7. $^D.txt

    =over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...
    perldoc.perl.org/variables/$^D.txt
    Registered: Thu May 29 13:34:50 UTC 2025
    - 437 bytes
    - Viewed (0)
  8. $^C.txt

    =over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...
    perldoc.perl.org/variables/$^C.txt
    Registered: Thu May 29 16:02:34 UTC 2025
    - 401 bytes
    - Viewed (0)
  9. $*.txt

    =over =item $* X<$*> C<$*> was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a warning: C<$* is...
    perldoc.perl.org/variables/$*.txt
    Registered: Thu May 29 15:04:46 UTC 2025
    - 338 bytes
    - Viewed (0)
  10. $^W.txt

    =over =item $WARNING =item $^W X<$^W> X<$WARNING> The current value of the warning switch, initially true if B<-w> was used, false otherwise, but directly modifiable. See also L<warnings>. Mnemonic...
    perldoc.perl.org/variables/$^W.txt
    Registered: Thu May 29 13:25:35 UTC 2025
    - 239 bytes
    - Viewed (0)
Back to top