Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 741 - 750 of 3,197 for filetype:txt (0.11 sec)

  1. 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 21 08:30:17 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Thu Nov 21 08:09:54 UTC 2024
    - 325 bytes
    - Viewed (0)
  3. 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 21 15:52:53 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  4. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Thu Nov 21 12:34:23 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. 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 Nov 21 14:48:15 UTC 2024
    - 464 bytes
    - Viewed (0)
  6. 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 Nov 21 14:42:15 UTC 2024
    - 300 bytes
    - Viewed (0)
  7. 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: Thu Nov 21 18:15:00 UTC 2024
    - 529 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 Nov 21 16:24:48 UTC 2024
    - 536 bytes
    - Viewed (0)
  9. try.txt

    =over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184
    perldoc.perl.org/functions/try.txt Similar Results (2)
    Registered: Fri Nov 22 00:04:17 UTC 2024
    - 184 bytes
    - Viewed (0)
  10. corelist.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl =head1 NAME co...
    perldoc.perl.org/corelist.txt
    Registered: Fri Nov 22 15:37:00 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top