Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 1,316 for label:perl (0.04 sec)

  1. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Mon Sep 01 07:40:00 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. getsockopt.txt

    =over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Mon Sep 01 07:47:11 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  3. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt Similar Results (1)
    Registered: Mon Sep 01 07:25:39 UTC 2025
    - 741 bytes
    - Viewed (0)
  4. UNITCHECK.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/UNITCHECK.txt Similar Results (4)
    Registered: Mon Sep 01 10:20:03 UTC 2025
    - 178 bytes
    - Viewed (0)
  5. Test2::Compare::Hash.txt

    package Test2::Compare::Hash; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/inref meta ending items order for_each_key for_each_...
    perldoc.perl.org/Test2::Compare::Hash.txt
    Registered: Sat Sep 06 03:54:36 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  6. TAP::Parser::SourceHandler::Executable.txt

    package TAP::Parser::SourceHandler::Executable; use strict; use warnings; use File::Spec; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Process (); use base 'TAP::Parser::SourceHa...
    perldoc.perl.org/TAP::Parser::SourceHandler::Executable.txt
    Registered: Sat Sep 06 04:15:23 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Registered: Wed Sep 03 23:07:54 UTC 2025
    - 29.6K bytes
    - Viewed (0)
  8. bignum.txt

    package bignum; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bignum.txt
    Registered: Wed Sep 03 21:12:00 UTC 2025
    - 27.5K bytes
    - Viewed (0)
  9. Archive::Tar::File.txt

    package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...
    perldoc.perl.org/Archive::Tar::File.txt
    Registered: Wed Sep 03 22:59:27 UTC 2025
    - 18.4K bytes
    - Viewed (0)
  10. strict.txt

    package strict; $strict::VERSION = "1.14"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Thu Sep 04 00:06:33 UTC 2025
    - 5.4K bytes
    - Viewed (0)
Back to top