Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 41 - 50 of 288 for label:perl (0.02 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: Sat May 11 23:52:57 UTC 2024
    - 233 bytes
    - Viewed (0)
  2. perldiag.txt

    =head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation ...
    perldoc.perl.org/perldiag.txt
    Registered: Sat May 11 09:04:54 UTC 2024
    - 304.1K bytes
    - Viewed (0)
  3. 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
    perldoc.perl.org/functions/eq.txt
    Registered: Sun May 12 08:29:19 UTC 2024
    - 192 bytes
    - Viewed (0)
  4. 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
    perldoc.perl.org/functions/foreach.txt
    Registered: Sun May 12 08:35:28 UTC 2024
    - 194 bytes
    - Viewed (0)
  5. setprotoent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/setprotoent.txt
    Registered: Sun May 12 10:51:01 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. 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
    perldoc.perl.org/functions/finally.txt
    Registered: Sun May 12 11:13:15 UTC 2024
    - 184 bytes
    - Viewed (0)
  7. $`.txt

    =over =item $PREMATCH =item $` X<$`> X<$PREMATCH> The string preceding whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). See L</Performance issu...
    perldoc.perl.org/variables/$`.txt
    Registered: Sat May 11 00:25:43 UTC 2024
    - 421 bytes
    - Viewed (0)
  8. rindex.txt

    =over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...
    perldoc.perl.org/functions/rindex.txt
    Registered: Sat May 11 07:33:15 UTC 2024
    - 310 bytes
    - Viewed (0)
  9. getgrgid.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getgrgid.txt
    Registered: Sat May 11 22:00:19 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. glob.txt

    =over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...
    perldoc.perl.org/functions/glob.txt
    Registered: Sat May 11 17:51:00 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top