Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 898 for content_length:[0 TO 9999] (0.01 sec)

  1. Test2::Manual::Testing::Todo.txt

    package Test2::Manual::Testing::Todo; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Testing::Todo - Tutorial for marking tests as TODO. =head1 DESCRIPTI...
    perldoc.perl.org/Test2::Manual::Testing::Todo.txt
    Registered: Tue Sep 17 08:08:58 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. Test2::Require::Fork.txt

    package Test2::Require::Fork; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_FORK/; sub skip { return undef if CAN_FORK; return "This test re...
    perldoc.perl.org/Test2::Require::Fork.txt
    Registered: Tue Sep 17 07:56:52 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. Test2::Tools::Target.txt

    package Test2::Tools::Target; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Util qw/pkg_to_file/; sub import { my $class = shift; my $caller = caller; $class->...
    perldoc.perl.org/Test2::Tools::Target.txt
    Registered: Tue Sep 17 10:44:45 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. Test2::Require::ReleaseTesting.txt

    package Test2::Require::ReleaseTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'RELEASE_TESTING'}; return...
    perldoc.perl.org/Test2::Require::ReleaseTesting.txt
    Registered: Tue Sep 17 09:26:45 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. getpwuid.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getpwuid.txt
    Registered: Wed Sep 18 19:32:56 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. endgrent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/endgrent.txt
    Registered: Wed Sep 18 20:06:26 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The L<C<next>|/next LABEL> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: whil...
    perldoc.perl.org/functions/next.txt
    Registered: Wed Sep 18 16:13:46 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. wait.txt

    =over =item wait X<wait> Behaves like L<wait(2)> on your system: it waits for a child process to terminate and returns the pid of the deceased process, or C<-1> if there are no child processes. The...
    perldoc.perl.org/functions/wait.txt
    Registered: Wed Sep 18 16:52:19 UTC 2024
    - 754 bytes
    - Viewed (0)
  9. socket.txt

    =over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...
    perldoc.perl.org/functions/socket.txt
    Registered: Wed Sep 18 18:33:30 UTC 2024
    - 561 bytes
    - Viewed (0)
  10. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Wed Sep 18 18:58:02 UTC 2024
    - 293 bytes
    - Viewed (0)
Back to top