Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1391 - 1400 of 3,812 for filetype:txt (0.04 sec)

  1. setpriority.txt

    =over =item setpriority WHICH,WHO,PRIORITY X<setpriority> X<priority> X<nice> X<renice> Sets the current priority for a process, a process group, or a user. (See L<setpriority(2)>.) Raises an excep...
    perldoc.perl.org/functions/setpriority.txt
    Registered: Sat Apr 19 04:35:53 UTC 2025
    - 435 bytes
    - Viewed (0)
  2. __SUB__.txt

    =over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...
    perldoc.perl.org/functions/__SUB__.txt
    Registered: Sat Apr 19 05:13:10 UTC 2025
    - 407 bytes
    - Viewed (0)
  3. class.txt

    =over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...
    perldoc.perl.org/functions/class.txt
    Registered: Sat Apr 19 01:48:22 UTC 2025
    - 374 bytes
    - Viewed (0)
  4. untie.txt

    =over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back 183
    perldoc.perl.org/functions/untie.txt
    Registered: Sat Apr 19 04:28:47 UTC 2025
    - 183 bytes
    - Viewed (0)
  5. 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: Sat Apr 19 05:47:37 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  6. prototype.txt

    =over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...
    perldoc.perl.org/functions/prototype.txt
    Registered: Sat Apr 19 10:45:12 UTC 2025
    - 745 bytes
    - Viewed (0)
  7. gmtime.txt

    =over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...
    perldoc.perl.org/functions/gmtime.txt
    Registered: Sat Apr 19 11:36:43 UTC 2025
    - 379 bytes
    - Viewed (0)
  8. __LINE__.txt

    =over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187
    perldoc.perl.org/functions/__LINE__.txt
    Registered: Sat Apr 19 09:39:15 UTC 2025
    - 187 bytes
    - Viewed (0)
  9. no.txt

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/functions/no.txt
    Registered: Sat Apr 19 08:32:35 UTC 2025
    - 271 bytes
    - Viewed (0)
  10. msgctl.txt

    =over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...
    perldoc.perl.org/functions/msgctl.txt
    Registered: Sat Apr 19 13:41:52 UTC 2025
    - 616 bytes
    - Viewed (0)
Back to top