Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 610 of 3,197 for filetype:txt (0.05 sec)

  1. 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)
  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 Nov 21 11:33:02 UTC 2024
    - 228 bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. until.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/until.txt Similar Results (7)
    Registered: Fri Nov 22 00:11:18 UTC 2024
    - 194 bytes
    - Viewed (0)
  7. INIT.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178
    perldoc.perl.org/functions/INIT.txt Similar Results (4)
    Registered: Thu Nov 21 19:24:49 UTC 2024
    - 178 bytes
    - Viewed (0)
  8. lt.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/lt.txt Similar Results (12)
    Registered: Thu Nov 21 21:33:52 UTC 2024
    - 192 bytes
    - Viewed (0)
  9. 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)
  10. ptardiff.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 BEGIN { pop @I...
    perldoc.perl.org/ptardiff.txt
    Registered: Fri Nov 22 14:25:49 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top