Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,302 for label:perl (0.07 sec)

  1. ${^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)
  2. $^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)
  3. $^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)
  4. $*.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)
  5. $^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)
  6. $%.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)
  7. $^I.txt

    =over =item $INPLACE_EDIT =item $^I X<$^I> X<$INPLACE_EDIT> The current value of the inplace-edit extension. Use C<undef> to disable inplace editing. Mnemonic: value of B<-i> switch. =back 194
    perldoc.perl.org/variables/$^I.txt
    Registered: Tue Nov 19 06:22:01 UTC 2024
    - 194 bytes
    - Viewed (0)
  8. perlfaq3.txt

    =head1 NAME perlfaq3 - Programming Tools =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to programmer tools and programming support. =head2 H...
    perldoc.perl.org/perlfaq3.txt
    Registered: Tue Nov 19 12:41:16 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  9. perldebug.txt

    =head1 NAME X<debug> X<debugger> perldebug - Perl debugging =head1 DESCRIPTION First of all, have you tried using L<C<use strict;>|strict> and L<C<use warnings;>|warnings>? If you're new to the Per...
    perldoc.perl.org/perldebug.txt
    Registered: Tue Nov 19 14:45:23 UTC 2024
    - 38.9K bytes
    - Viewed (0)
  10. perlfaq7.txt

    =head1 NAME perlfaq7 - General Perl Language Issues =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section deals with general Perl language issues that don't clearly fit into any of the ...
    perldoc.perl.org/perlfaq7.txt
    Registered: Tue Nov 19 14:10:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top