Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 951 - 960 of 2,636 for host:perldoc.perl.org (0.13 sec)

  1. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later, the indices of an array. Perl re...
    perldoc.perl.org/functions/keys.txt
    Registered: Tue Jul 08 10:19:40 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Tue Jul 08 10:27:56 UTC 2025
    - 163 bytes
    - Viewed (0)
  3. perlfunc.txt

    =head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...
    perldoc.perl.org/perlfunc.txt
    Registered: Mon Jul 07 21:17:39 UTC 2025
    - 416.4K bytes
    - Viewed (0)
  4. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Tue Jul 08 12:29:43 UTC 2025
    - 476 bytes
    - Viewed (0)
  5. index.txt

    =over =item index STR,SUBSTR,POSITION X<index> X<indexOf> X<InStr> =item index STR,SUBSTR The index function searches for one string within another, but without the wildcard-like behavior of a full...
    perldoc.perl.org/functions/index.txt
    Registered: Tue Jul 08 16:24:02 UTC 2025
    - 1021 bytes
    - Viewed (0)
  6. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Tue Jul 08 18:23:26 UTC 2025
    - 2K bytes
    - Viewed (0)
  7. print.txt

    =over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...
    perldoc.perl.org/functions/print.txt
    Registered: Tue Jul 08 18:30:36 UTC 2025
    - 2K bytes
    - Viewed (0)
  8. chop.txt

    =over =item chop VARIABLE X<chop> =item chop( LIST ) =item chop Chops off the last character of a string and returns the character chopped. It is much more efficient than C<s/.$//s> because it neit...
    perldoc.perl.org/functions/chop.txt
    Registered: Tue Jul 08 18:39:55 UTC 2025
    - 749 bytes
    - Viewed (0)
  9. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Tue Jul 08 19:02:39 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  10. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Tue Jul 08 19:20:39 UTC 2025
    - 199 bytes
    - Viewed (0)
Back to top