Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 1,302 for label:perl (0.08 sec)

  1. perlsub.txt

    =head1 NAME X<subroutine> X<function> perlsub - Perl subroutines (user-defined functions) =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declarati...
    perldoc.perl.org/perlsub.txt
    Registered: Tue Nov 19 17:37:32 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. perlfaq8.txt

    =head1 NAME perlfaq8 - System Interaction =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the Perl FAQ covers questions involving operating system interaction. Topics include i...
    perldoc.perl.org/perlfaq8.txt
    Registered: Tue Nov 19 11:52:01 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  3. ${^GLOBAL_PHASE}.txt

    =over =item ${^GLOBAL_PHASE} X<${^GLOBAL_PHASE}> The current phase of the perl interpreter. Possible values are: =over 8 =item CONSTRUCT The C<PerlInterpreter*> is being constructed via C<perl_cons...
    perldoc.perl.org/variables/${^GLOBAL_PHASE}.txt
    Registered: Tue Nov 19 10:36:00 UTC 2024
    - 2.6K 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: Tue Nov 19 08:20:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. ${^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: Tue Nov 19 10:06:00 UTC 2024
    - 572 bytes
    - Viewed (0)
  6. $^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: Tue Nov 19 09:38:31 UTC 2024
    - 437 bytes
    - Viewed (0)
  7. $^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: Tue Nov 19 07:06:45 UTC 2024
    - 401 bytes
    - Viewed (0)
  8. $*.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: Tue Nov 19 10:14:19 UTC 2024
    - 338 bytes
    - Viewed (0)
  9. $^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: Tue Nov 19 11:05:44 UTC 2024
    - 239 bytes
    - Viewed (0)
  10. $%.txt

    =over =item HANDLE->format_page_number(EXPR) =item $FORMAT_PAGE_NUMBER =item $% X<$%> X<$FORMAT_PAGE_NUMBER> The current page number of the currently selected output channel. Mnemonic: C<%> is page...
    perldoc.perl.org/variables/$%.txt
    Registered: Tue Nov 19 10:52:33 UTC 2024
    - 229 bytes
    - Viewed (0)
Back to top