- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4521 - 4530 of 6,206 for content_length:[0 TO 9999] (0.07 sec)
-
formline.txt
=over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...perldoc.perl.org/functions/formline.txtRegistered: Tue Nov 05 12:06:12 UTC 2024 - 1.4K bytes - Viewed (0) -
scalar.txt
=over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...perldoc.perl.org/functions/scalar.txtRegistered: Tue Nov 05 09:49:37 UTC 2024 - 1K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 11:36:15 UTC 2024 - 754 bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 12:52:53 UTC 2024 - 561 bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 13:00:52 UTC 2024 - 293 bytes - Viewed (0) -
Test2::API::InterceptResult::Squasher.txt
package Test2::API::InterceptResult::Squasher; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/croak/; use List::Util qw/first/; use Test2::Util::HashBase qw{ <events +down_sig +do...perldoc.perl.org/Test2::API::InterceptResult::Squasher.txtRegistered: Sat Nov 09 11:20:53 UTC 2024 - 3.6K bytes - Viewed (0) -
Test2::Compare::Negatable.txt
package Test2::Compare::Negatable; use strict; use warnings; our $VERSION = '0.000162'; require overload; require Test2::Util::HashBase; sub import { my ($pkg, $file, $line) = caller; my $sub = eva...perldoc.perl.org/Test2::Compare::Negatable.txtRegistered: Sat Nov 09 17:55:57 UTC 2024 - 2.2K bytes - Viewed (0) -
Test2::EventFacet::Error.txt
package Test2::EventFacet::Error; use strict; use warnings; our $VERSION = '1.302199'; sub facet_key { 'errors' } sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFace...perldoc.perl.org/Test2::EventFacet::Error.txtRegistered: Sat Nov 09 19:42:48 UTC 2024 - 1.8K bytes - Viewed (0) -
TAP::Parser::Result::YAML.txt
package TAP::Parser::Result::YAML; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::YAML - YAML result token. =head1 VERSION Version 3.48 =cut our $VERSION...perldoc.perl.org/TAP::Parser::Result::YAML.txtRegistered: Sat Nov 09 16:48:38 UTC 2024 - 880 bytes - Viewed (0) -
Pod::Text::Termcap.txt
# Convert POD data to ASCII text with format escapes. # # This is a simple subclass of Pod::Text that overrides a few key methods to # output the right termcap escape sequences for formatted text o...perldoc.perl.org/Pod::Text::Termcap.txtRegistered: Sat Nov 09 01:23:37 UTC 2024 - 9.3K bytes - Viewed (0)