Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 1,306 for label:perl (0.06 sec)

  1. 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: Fri Jun 06 05:17:48 UTC 2025
    - 233 bytes
    - Viewed (0)
  2. finally.txt

    =over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184
    perldoc.perl.org/functions/finally.txt Similar Results (2)
    Registered: Fri Jun 06 13:15:42 UTC 2025
    - 184 bytes
    - Viewed (0)
  3. 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: Fri Jun 06 09:18:31 UTC 2025
    - 183 bytes
    - Viewed (0)
  4. eq.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/eq.txt Similar Results (12)
    Registered: Fri Jun 06 10:53:40 UTC 2025
    - 192 bytes
    - Viewed (0)
  5. while.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/while.txt Similar Results (7)
    Registered: Fri Jun 06 16:34:14 UTC 2025
    - 194 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: Fri Jun 06 17:13:53 UTC 2025
    - 379 bytes
    - Viewed (0)
  7. $b.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$b.txt Similar Results (1)
    Registered: Fri Jun 06 22:51:52 UTC 2025
    - 394 bytes
    - Viewed (0)
  8. perlintro.txt

    =head1 NAME perlintro - a brief introduction and overview of Perl =head1 DESCRIPTION This document is intended to give you a quick overview of the Perl programming language, along with pointers to ...
    perldoc.perl.org/perlintro.txt
    Registered: Wed Jun 04 09:46:27 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  9. -X

    =over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...
    perldoc.perl.org/5.18.1/functions/-X
    Registered: Fri Apr 18 15:42:10 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  10. delete

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...
    perldoc.perl.org/5.36.1/functions/delete Similar Results (1)
    Registered: Fri Apr 18 13:21:47 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top