Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 3,197 for filetype:txt (0.03 sec)

  1. 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: Thu Nov 21 14:15:02 UTC 2024
    - 745 bytes
    - Viewed (0)
  2. 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: Thu Nov 21 09:18:18 UTC 2024
    - 435 bytes
    - Viewed (0)
  3. __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: Thu Nov 21 06:05:41 UTC 2024
    - 187 bytes
    - Viewed (0)
  4. 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: Thu Nov 21 12:27:55 UTC 2024
    - 271 bytes
    - Viewed (0)
  5. __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: Thu Nov 21 16:59:13 UTC 2024
    - 925 bytes
    - Viewed (0)
  6. 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: Thu Nov 21 23:35:24 UTC 2024
    - 379 bytes
    - Viewed (0)
  7. listen.txt

    =over =item listen SOCKET,QUEUESIZE X<listen> Does the same thing that the L<listen(2)> system call does. Returns true if it succeeded, false otherwise. See the example in L<perlipc/"Sockets: Clien...
    perldoc.perl.org/functions/listen.txt
    Registered: Thu Nov 21 17:21:03 UTC 2024
    - 233 bytes
    - Viewed (0)
  8. 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: Thu Nov 21 17:15:50 UTC 2024
    - 183 bytes
    - Viewed (0)
  9. foreach.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/foreach.txt Similar Results (7)
    Registered: Thu Nov 21 19:52:28 UTC 2024
    - 194 bytes
    - Viewed (0)
  10. ge.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/ge.txt Similar Results (12)
    Registered: Thu Nov 21 19:14:47 UTC 2024
    - 192 bytes
    - Viewed (0)
Back to top