Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of 3,449 for filetype:txt (0.04 sec)

  1. $^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 Aug 22 19:52:45 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. ${^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 Aug 22 20:44:25 UTC 2025
    - 572 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: Fri Aug 22 19:44:33 UTC 2025
    - 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 compilation erro...
    perldoc.perl.org/variables/$*.txt
    Registered: Fri Aug 22 17:44:28 UTC 2025
    - 348 bytes
    - Viewed (0)
  5. $^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: Fri Aug 22 12:44:22 UTC 2025
    - 194 bytes
    - Viewed (0)
  6. kill.txt

    =over =item kill SIGNAL, LIST =item kill SIGNAL X<kill> X<signal> Sends a signal to a list of processes. Returns the number of arguments that were successfully used to signal (which is not necessar...
    perldoc.perl.org/functions/kill.txt
    Registered: Sun Aug 17 16:07:20 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  7. syswrite.txt

    =over =item syswrite FILEHANDLE,SCALAR,LENGTH,OFFSET X<syswrite> =item syswrite FILEHANDLE,SCALAR,LENGTH =item syswrite FILEHANDLE,SCALAR Attempts to write LENGTH bytes of data from variable SCALAR...
    perldoc.perl.org/functions/syswrite.txt
    Registered: Sun Aug 17 19:18:57 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. exit.txt

    =over =item exit EXPR X<exit> X<terminate> X<abort> =item exit Evaluates EXPR and exits immediately with that value. Example: my $ans = <STDIN>; exit 0 if $ans =~ /^[Xx]/; See also L<C<die>|/die LI...
    perldoc.perl.org/functions/exit.txt
    Registered: Sun Aug 17 17:04:29 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  9. __CLASS__.txt

    =over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...
    perldoc.perl.org/functions/__CLASS__.txt
    Registered: Sun Aug 17 14:45:18 UTC 2025
    - 909 bytes
    - Viewed (0)
  10. semctl.txt

    =over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...
    perldoc.perl.org/functions/semctl.txt
    Registered: Sun Aug 17 19:52:02 UTC 2025
    - 762 bytes
    - Viewed (0)
Back to top