Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 2,642 for host:perldoc.perl.org (0.06 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: Sun Aug 31 16:00:43 UTC 2025
    - 25.9K 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: Sun Aug 31 11:13:42 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: Sun Aug 31 10:20:41 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  4. 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: Sun Aug 31 07:09:12 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  5. 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: Sun Aug 31 13:08:44 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  6. oct.txt

    =over =item oct EXPR X<oct> X<octal> X<hex> X<hexadecimal> X<binary> X<bin> =item oct Interprets EXPR as an octal string and returns the corresponding value. An octal string consists of octal digit...
    perldoc.perl.org/functions/oct.txt
    Registered: Sun Aug 31 07:44:42 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. 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: Sun Aug 31 08:08:21 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. return.txt

    =over =item return EXPR X<return> =item return Returns from a subroutine, L<C<eval>|/eval EXPR>, L<C<do FILE>|/do EXPR>, L<C<sort>|/sort SUBNAME LIST> block or regex eval block (but not a L<C<grep>...
    perldoc.perl.org/functions/return.txt
    Registered: Sun Aug 31 07:01:38 UTC 2025
    - 1013 bytes
    - Viewed (0)
  9. rename.txt

    =over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...
    perldoc.perl.org/functions/rename.txt
    Registered: Sun Aug 31 12:08:52 UTC 2025
    - 787 bytes
    - Viewed (0)
  10. 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: Sun Aug 31 03:30:15 UTC 2025
    - 338 bytes
    - Viewed (0)
Back to top