Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2721 - 2730 of 3,598 for filetype:txt (0.05 sec)

  1. lock.txt

    =over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...
    perldoc.perl.org/functions/lock.txt
    Registered: Sat Dec 13 02:16:56 UTC 2025
    - 550 bytes
    - Viewed (0)
  2. readlink.txt

    =over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...
    perldoc.perl.org/functions/readlink.txt
    Registered: Fri Dec 12 23:28:10 UTC 2025
    - 349 bytes
    - Viewed (0)
  3. 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: Fri Dec 12 20:58:55 UTC 2025
    - 338 bytes
    - Viewed (0)
  4. __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: Sat Dec 13 01:32:17 UTC 2025
    - 120 bytes
    - Viewed (0)
  5. exec.txt

    =over =item exec LIST X<exec> X<execute> =item exec PROGRAM LIST The C<exec> function executes a system command I<and never returns>; use L<C<system>|/system LIST> instead of C<exec> if you want it...
    perldoc.perl.org/functions/exec.txt
    Registered: Sat Dec 13 08:07:53 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  6. 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: Sat Dec 13 05:43:34 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  7. 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: Sat Dec 13 04:50:14 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  8. 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: Sat Dec 13 05:35:46 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  9. 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: Sat Dec 13 06:06:52 UTC 2025
    - 1013 bytes
    - Viewed (0)
  10. evalbytes.txt

    =over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...
    perldoc.perl.org/functions/evalbytes.txt
    Registered: Sat Dec 13 07:29:36 UTC 2025
    - 840 bytes
    - Viewed (0)
Back to top