Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 1,306 for label:perl (0.04 sec)

  1. dbmclose.txt

    =over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...
    perldoc.perl.org/functions/dbmclose.txt
    Registered: Thu Jun 05 06:40:25 UTC 2025
    - 229 bytes
    - Viewed (0)
  2. method.txt

    =over =item method NAME BLOCK X<method> =item method NAME : ATTRS BLOCK Creates a new named method in the scope of the class that it appears within. This is only valid inside a L<C<class>|/class NA...
    perldoc.perl.org/functions/method.txt
    Registered: Thu Jun 05 14:59:29 UTC 2025
    - 228 bytes
    - Viewed (0)
  3. 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: Thu Jun 05 19:54:18 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  4. 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: Thu Jun 05 23:15:29 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. getsockopt.txt

    =over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Thu Jun 05 19:23:22 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  6. local.txt

    =over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because L<C<local>|/local EXPR> isn't what most people think of as "local". See L<perlsub/"Private...
    perldoc.perl.org/functions/local.txt
    Registered: Thu Jun 05 23:39:36 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  7. 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: Thu Jun 05 22:59:54 UTC 2025
    - 1K bytes
    - Viewed (0)
  8. sub.txt

    =over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...
    perldoc.perl.org/functions/sub.txt
    Registered: Thu Jun 05 23:22:44 UTC 2025
    - 536 bytes
    - Viewed (0)
  9. 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: Thu Jun 05 22:33:53 UTC 2025
    - 464 bytes
    - Viewed (0)
  10. bind.txt

    =over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...
    perldoc.perl.org/functions/bind.txt
    Registered: Thu Jun 05 20:15:30 UTC 2025
    - 300 bytes
    - Viewed (0)
Back to top