Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2071 - 2080 of 3,449 for filetype:txt (0.51 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. __PACKAGE__.txt

    =over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120
    perldoc.perl.org/functions/__PACKAGE__.txt
    Registered: Sun Aug 31 06:54:54 UTC 2025
    - 120 bytes
    - Viewed (0)
  10. continue.txt

    =over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, C<continue> is actually a flow control statement rather than a function. If there is a C<continue> BLOCK attached to ...
    perldoc.perl.org/functions/continue.txt
    Registered: Sun Aug 31 16:25:57 UTC 2025
    - 1.7K bytes
    - Viewed (0)
Back to top