Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1001 - 1010 of 1,301 for label:perl (0.06 sec)

  1. 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.txt
    Registered: Tue Nov 25 11:21:31 UTC 2025
    - 615 bytes
    - Viewed (0)
  2. 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.txt
    Registered: Tue Nov 25 11:34:49 UTC 2025
    - 604 bytes
    - Viewed (0)
  3. 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.txt
    Registered: Tue Nov 25 10:18:01 UTC 2025
    - 550 bytes
    - Viewed (0)
  4. 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.txt
    Registered: Tue Nov 25 12:20:31 UTC 2025
    - 339 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Tue Nov 25 11:02:28 UTC 2025
    - 297 bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Nov 24 14:53:18 UTC 2025
    - 436 bytes
    - Viewed (0)
  7. 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.txt
    Registered: Mon Dec 01 22:53:33 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Tue Dec 02 03:46:39 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Tue Dec 02 09:08:42 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Tue Dec 02 06:29:26 UTC 2025
    - 12.6K bytes
    - Viewed (0)
Back to top