Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 790 for label:perl (0.02 sec)

  1. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Sun Apr 28 02:41:29 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. User::pwent.txt

    package User::pwent; use 5.006; our $VERSION = '1.02'; use strict; use warnings; use Config; use Carp; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_geco...
    perldoc.perl.org/User::pwent.txt
    Registered: Mon Apr 29 13:06:58 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. XS::APItest.txt

    package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.32'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...
    perldoc.perl.org/XS::APItest.txt
    Registered: Mon Apr 29 12:43:36 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  4. pl2pm.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME pl2pm - Rough tool t...
    perldoc.perl.org/pl2pm.txt
    Registered: Mon Apr 29 15:39:11 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. json_pp.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @INC...
    perldoc.perl.org/json_pp.txt
    Registered: Mon Apr 29 16:02:28 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. pod2usage.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # pod2usage -- command to print usage messages from embedded pod docs # # Copyright (c) 1996-2000 b...
    perldoc.perl.org/pod2usage.txt
    Registered: Mon Apr 29 16:21:51 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. TAP::Parser::SourceHandler::Perl.txt

    package TAP::Parser::SourceHandler::Perl; use strict; use warnings; use Config; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Parser::Iterato...
    perldoc.perl.org/TAP::Parser::SourceHandler::Perl.txt
    Registered: Sun Apr 28 18:21:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. Module::Load.txt

    package Module::Load; use strict; use warnings; use File::Spec (); our $VERSION = '0.36'; sub import { my $who = _who(); my $h; shift; { no strict 'refs'; @_ or ( *{"${who}::load"} = \&load, # comp...
    perldoc.perl.org/Module::Load.txt
    Registered: Sun Apr 28 12:52:17 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  9. PerlIO::mmap.txt

    package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.017'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head...
    perldoc.perl.org/PerlIO::mmap.txt
    Registered: Sun Apr 28 14:24:52 UTC 2024
    - 600 bytes
    - Viewed (0)
  10. perlfaq2.txt

    =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20210520 =head1 DESCRIPTION This section of the FAQ answers questions about where to find source and documentation ...
    perldoc.perl.org/perlfaq2.txt
    Registered: Fri May 03 13:33:23 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top