Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 71 - 80 of 1,172 for label:perl (0.02 sec)

  1. ExtUtils::ParseXS.txt

    =head1 NAME ExtUtils::ParseXS - converts Perl XS code into C code =head1 SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_...
    perldoc.perl.org/ExtUtils::ParseXS.txt
    Registered: Tue May 07 01:33:42 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. ExtUtils::Typemaps::Type.txt

    package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; require ExtUtils::Typemaps; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a...
    perldoc.perl.org/ExtUtils::Typemaps::Type.txt
    Registered: Mon May 06 23:41:33 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. Encode::KR::2022_KR.txt

    package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...
    perldoc.perl.org/Encode::KR::2022_KR.txt
    Registered: Mon May 06 23:03:25 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. ExtUtils::ParseXS::Constants.txt

    package ExtUtils::ParseXS::Constants; use strict; use warnings; use Symbol; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Constants - Initialization values for some globals =head1 SYNOPSIS ...
    perldoc.perl.org/ExtUtils::ParseXS::Constants.txt
    Registered: Mon May 06 22:40:01 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Wed May 08 20:46:49 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  6. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Wed May 08 21:09:34 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  7. autodie::Util.txt

    package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...
    perldoc.perl.org/autodie::Util.txt
    Registered: Wed May 08 21:53:12 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. Text::Tabs.txt

    use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2021.0814'; our $SUBVERSION = 'm...
    perldoc.perl.org/Text::Tabs.txt
    Registered: Wed May 08 19:40:42 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. Test2::Event::Plan.txt

    package Test2::Event::Plan; use strict; use warnings; our $VERSION = '1.302194'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{max directive reason}; use ...
    perldoc.perl.org/Test2::Event::Plan.txt
    Registered: Wed May 08 20:31:39 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. User::grent.txt

    package User::grent; use strict; use 5.006_001; our $VERSION = '1.04'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ($gr_name, $gr_gid, $gr_passwd, @gr_members); BEGIN { use Exporter (); @EXPORT = q...
    perldoc.perl.org/User::grent.txt
    Registered: Wed May 08 22:07:42 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top