Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 1,301 for label:perl (0.07 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: Tue Oct 07 19:26:39 UTC 2025
    - 233 bytes
    - Viewed (0)
  2. 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: Tue Oct 07 17:47:48 UTC 2025
    - 244 bytes
    - Viewed (0)
  3. 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: Tue Oct 07 21:03:45 UTC 2025
    - 194 bytes
    - Viewed (0)
  4. 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: Tue Oct 07 20:44:20 UTC 2025
    - 192 bytes
    - Viewed (0)
  5. 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: Wed Oct 08 00:16:26 UTC 2025
    - 184 bytes
    - Viewed (0)
  6. sprintf.txt

    =over =item sprintf FORMAT, LIST X<sprintf> Returns a string formatted by the usual C<printf> conventions of the C library function C<sprintf>. See below for more details and see L<sprintf(3)> or L...
    perldoc.perl.org/functions/sprintf.txt
    Registered: Mon Oct 06 17:17:47 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  7. srand.txt

    =over =item srand EXPR X<srand> X<seed> X<randseed> =item srand Sets and returns the random number seed for the L<C<rand>|/rand EXPR> operator. The point of the function is to "seed" the L<C<rand>|...
    perldoc.perl.org/functions/srand.txt
    Registered: Mon Oct 06 17:52:39 UTC 2025
    - 3K bytes
    - Viewed (0)
  8. push.txt

    =over =item push ARRAY,LIST X<push> X<stack> Adds one or more items to the B<end> of an array. my @animals = ("cat"); push(@animals, "mouse"); # ("cat", "mouse") my @colors = ("red"); push(@colors,...
    perldoc.perl.org/functions/push.txt
    Registered: Mon Oct 06 19:05:53 UTC 2025
    - 628 bytes
    - Viewed (0)
  9. variables.txt

    =pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...
    perldoc.perl.org/variables.txt
    Registered: Wed Oct 15 11:15:37 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  10. perlop.txt

    =encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...
    perldoc.perl.org/perlop.txt
    Registered: Wed Oct 15 11:11:25 UTC 2025
    - 178.9K bytes
    - Viewed (0)
Back to top