Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 1,302 for label:perl (0.03 sec)

  1. crypt.txt

    =over =item crypt PLAINTEXT,SALT X<crypt> X<digest> X<hash> X<salt> X<plaintext> X<password> X<decrypt> X<cryptography> X<passwd> X<encrypt> Creates a digest string exactly like the L<crypt(3)> fun...
    perldoc.perl.org/functions/crypt.txt
    Registered: Tue Feb 18 04:58:26 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. delete.txt

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...
    perldoc.perl.org/functions/delete.txt
    Registered: Tue Feb 18 03:57:12 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  3. undef.txt

    =over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...
    perldoc.perl.org/functions/undef.txt
    Registered: Tue Feb 18 09:23:11 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  4. unlink.txt

    =over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...
    perldoc.perl.org/functions/unlink.txt
    Registered: Tue Feb 18 06:09:54 UTC 2025
    - 1K bytes
    - Viewed (0)
  5. chdir.txt

    =over =item chdir EXPR X<chdir> X<cd> X<directory, change> =item chdir FILEHANDLE =item chdir DIRHANDLE =item chdir Changes the working directory to EXPR, if possible. If EXPR is omitted, changes t...
    perldoc.perl.org/functions/chdir.txt
    Registered: Tue Feb 18 07:06:26 UTC 2025
    - 754 bytes
    - Viewed (0)
  6. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Tue Feb 18 07:35:03 UTC 2025
    - 529 bytes
    - Viewed (0)
  7. getsockname.txt

    =over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...
    perldoc.perl.org/functions/getsockname.txt
    Registered: Tue Feb 18 07:56:53 UTC 2025
    - 464 bytes
    - Viewed (0)
  8. rewinddir.txt

    =over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...
    perldoc.perl.org/functions/rewinddir.txt
    Registered: Tue Feb 18 03:51:03 UTC 2025
    - 220 bytes
    - Viewed (0)
  9. eval.txt

    =over =item eval EXPR X<eval> X<try> X<catch> X<evaluate> X<parse> X<execute> X<error, handling> X<exception, handling> =item eval BLOCK =item eval C<eval> in all its forms is used to execute a lit...
    perldoc.perl.org/functions/eval.txt
    Registered: Tue Feb 18 09:37:26 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  10. caller.txt

    =over =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> =item caller Returns the context of the current pure perl subroutine call. In scalar context, returns the caller's package na...
    perldoc.perl.org/functions/caller.txt
    Registered: Tue Feb 18 12:20:39 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top