- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1001 - 1010 of 1,301 for label:perl (0.04 sec)
-
msgrcv.txt
=over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...perldoc.perl.org/functions/msgrcv.txtRegistered: Tue Nov 25 11:21:31 UTC 2025 - 615 bytes - Viewed (0) -
setsockopt.txt
=over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...perldoc.perl.org/functions/setsockopt.txtRegistered: Tue Nov 25 11:34:49 UTC 2025 - 604 bytes - Viewed (0) -
lock.txt
=over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...perldoc.perl.org/functions/lock.txtRegistered: Tue Nov 25 10:18:01 UTC 2025 - 550 bytes - Viewed (0) -
break.txt
=over =item break Break out of a C<given> block. C<break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The L<C<"switc...perldoc.perl.org/functions/break.txtRegistered: Tue Nov 25 12:20:31 UTC 2025 - 339 bytes - Viewed (0) -
tied.txt
=over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...perldoc.perl.org/functions/tied.txtRegistered: Tue Nov 25 11:02:28 UTC 2025 - 297 bytes - Viewed (0) -
join.txt
=over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...perldoc.perl.org/functions/join.txtRegistered: Mon Nov 24 14:53:18 UTC 2025 - 436 bytes - Viewed (0) -
Test2::EventFacet::Info::Table.txt
package Test2::EventFacet::Info::Table; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/confess/; use Test2::Util::HashBase qw{-header -rows -collapse -no_collapse -as_string}; sub...perldoc.perl.org/Test2::EventFacet::Info::Table.txtRegistered: Mon Dec 01 22:53:33 UTC 2025 - 2.8K bytes - Viewed (0) -
Test2::Require::Perl.txt
package Test2::Require::Perl; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '1.302210'; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype/; sub skip { my $class = s...perldoc.perl.org/Test2::Require::Perl.txtRegistered: Tue Dec 02 03:46:39 UTC 2025 - 1.4K bytes - Viewed (0) -
Test2::Manual::Anatomy::EndToEnd.txt
package Test2::Manual::Anatomy::EndToEnd; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::EndToEnd - Overview of Test2 from load to finish. =head...perldoc.perl.org/Test2::Manual::Anatomy::EndToEnd.txtRegistered: Tue Dec 02 09:08:42 UTC 2025 - 10.8K bytes - Viewed (0) -
Test2::Tools::Mock.txt
package Test2::Tools::Mock; use strict; use warnings; use Carp qw/croak/; use Scalar::Util qw/blessed reftype weaken/; use Test2::Util qw/try/; use Test2::Util::Sub qw/gen_accessor gen_reader gen_w...perldoc.perl.org/Test2::Tools::Mock.txtRegistered: Tue Dec 02 06:29:26 UTC 2025 - 12.6K bytes - Viewed (0)