Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 1,302 for label:perl (0.03 sec)

  1. 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: Wed Nov 27 07:32:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. 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: Wed Nov 27 11:00:57 UTC 2024
    - 1K bytes
    - Viewed (0)
  3. accept.txt

    =over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...
    perldoc.perl.org/functions/accept.txt
    Registered: Wed Nov 27 09:00:34 UTC 2024
    - 445 bytes
    - Viewed (0)
  4. 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: Wed Nov 27 19:53:35 UTC 2024
    - 300 bytes
    - Viewed (0)
  5. 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: Wed Nov 27 06:57:39 UTC 2024
    - 228 bytes
    - Viewed (0)
  6. use.txt

    =over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...
    perldoc.perl.org/functions/use.txt
    Registered: Thu Nov 28 00:46:35 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. 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: Wed Nov 27 20:17:01 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. 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: Wed Nov 27 23:13:50 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. 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: Thu Nov 28 00:07:54 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt Similar Results (1)
    Registered: Thu Nov 28 01:19:22 UTC 2024
    - 769 bytes
    - Viewed (0)
Back to top