Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2711 - 2720 of 3,463 for filetype:txt (0.07 sec)

  1. pack.txt

    =over =item pack TEMPLATE,LIST X<pack> Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the concatenation of the converted values....
    perldoc.perl.org/functions/pack.txt
    Registered: Thu Jun 05 07:07:21 UTC 2025
    - 26K bytes
    - Viewed (0)
  2. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Thu Jun 05 07:52:53 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  3. each.txt

    =over =item each HASH X<each> X<hash, iterator> =item each ARRAY X<array, iterator> When called on a hash in list context, returns a 2-element list consisting of the key and value for the next elem...
    perldoc.perl.org/functions/each.txt
    Registered: Thu Jun 05 07:24:14 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  4. write.txt

    =over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...
    perldoc.perl.org/functions/write.txt
    Registered: Thu Jun 05 08:15:43 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  5. chown.txt

    =over =item chown LIST X<chown> X<owner> X<user> X<group> Changes the owner (and group) of a list of files. The first two elements of the list must be the I<numeric> uid and gid, in that order. A v...
    perldoc.perl.org/functions/chown.txt
    Registered: Thu Jun 05 06:23:43 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  6. tell.txt

    =over =item tell FILEHANDLE X<tell> =item tell Returns the current position I<in bytes> for FILEHANDLE, or -1 on error. FILEHANDLE may be an expression whose value gives the name of the actual file...
    perldoc.perl.org/functions/tell.txt
    Registered: Thu Jun 05 08:09:18 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. fileno.txt

    =over =item fileno FILEHANDLE X<fileno> =item fileno DIRHANDLE Returns the file descriptor for a filehandle or directory handle, or undefined if the filehandle is not open. If there is no real file...
    perldoc.perl.org/functions/fileno.txt
    Registered: Thu Jun 05 07:45:31 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  8. ord.txt

    =over =item ord EXPR X<ord> X<encoding> =item ord Returns the code point of the first character of EXPR. If EXPR is an empty string, returns 0. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. (Note I...
    perldoc.perl.org/functions/ord.txt
    Registered: Thu Jun 05 03:44:41 UTC 2025
    - 319 bytes
    - Viewed (0)
  9. sin.txt

    =over =item sin EXPR X<sin> X<sine> X<asin> X<arcsine> =item sin Returns the sine of EXPR (expressed in radians). If EXPR is omitted, returns sine of L<C<$_>|perlvar/$_>. For the inverse sine opera...
    perldoc.perl.org/functions/sin.txt
    Registered: Thu Jun 05 05:25:35 UTC 2025
    - 338 bytes
    - Viewed (0)
  10. warn.txt

    =over =item warn LIST X<warn> X<warning> X<STDERR> Emits a warning, usually by printing it to C<STDERR>. C<warn> interprets its operand LIST in the same way as C<die>, but is slightly different in ...
    perldoc.perl.org/functions/warn.txt
    Registered: Thu Jun 05 12:00:22 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top