Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,301 for label:perl (0.05 sec)

  1. perl5242delta.txt

    =encoding utf8 =head1 NAME perl5242delta - what is new for perl v5.24.2 =head1 DESCRIPTION This document describes differences between the 5.24.1 release and the 5.24.2 release. If you are upgradin...
    perldoc.perl.org/perl5242delta.txt
    Registered: Thu Oct 16 17:32:59 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. perl5124delta.txt

    =encoding utf8 =head1 NAME perl5124delta - what is new for perl v5.12.4 =head1 DESCRIPTION This document describes differences between the 5.12.3 release and the 5.12.4 release. If you are upgradin...
    perldoc.perl.org/perl5124delta.txt
    Registered: Thu Oct 16 19:24:52 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. perl5384delta.txt

    =encoding utf8 =head1 NAME perl5384delta - what is new for perl v5.38.4 =head1 DESCRIPTION This document describes differences between the 5.38.3 release and the 5.38.4 release. If you are upgradin...
    perldoc.perl.org/perl5384delta.txt
    Registered: Thu Oct 16 19:47:20 UTC 2025
    - 3.5K 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: Fri Oct 17 17:37:24 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. $;.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/$;.txt
    Registered: Fri Oct 17 15:45:02 UTC 2025
    - 658 bytes
    - Viewed (0)
  6. ${^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}.txt
    Registered: Fri Oct 17 21:19:45 UTC 2025
    - 572 bytes
    - Viewed (0)
  7. $>.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/$>.txt
    Registered: Fri Oct 17 15:13:50 UTC 2025
    - 615 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: Fri Oct 17 20:31:03 UTC 2025
    - 401 bytes
    - Viewed (0)
  9. $b.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$b.txt Similar Results (1)
    Registered: Fri Oct 17 14:06:00 UTC 2025
    - 394 bytes
    - Viewed (0)
  10. $".txt

    =over =item $LIST_SEPARATOR =item $" X<$"> X<$LIST_SEPARATOR> When an array or an array slice is interpolated into a double-quoted string or a similar context such as C</.../>, its elements are sep...
    perldoc.perl.org/variables/$".txt
    Registered: Fri Oct 17 14:50:59 UTC 2025
    - 428 bytes
    - Viewed (0)
Back to top