Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. Module::Metadata.txt

    # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000036-4-g435a294 # ABSTRACT: Gather p...
    perldoc.perl.org/Module::Metadata.txt
    Registered: Mon Apr 22 02:11:19 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  2. Pod::Functions.txt

    package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...
    perldoc.perl.org/Pod::Functions.txt
    Registered: Mon Apr 22 04:05:54 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  3. File::Spec::OS2.txt

    package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...
    perldoc.perl.org/File::Spec::OS2.txt
    Registered: Sun Apr 21 21:08:26 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. 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: Mon Apr 22 04:01:32 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. Net::protoent.txt

    package Net::protoent; use strict; use 5.006_001; our $VERSION = '1.02'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $p_name, @p_aliases, $p_proto ); BEGIN { use Exporter (); @EXPORT = qw(getprot...
    perldoc.perl.org/Net::protoent.txt
    Registered: Mon Apr 22 02:40:37 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. 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: Mon Apr 22 00:54:03 UTC 2024
    - 600 bytes
    - Viewed (0)
  7. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Mon Apr 22 00:03:53 UTC 2024
    - 451 bytes
    - Viewed (0)
  8. Locale::Maketext.txt

    # Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...
    perldoc.perl.org/Locale::Maketext.txt
    Registered: Mon Apr 22 04:30:59 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  9. Memoize.txt

    # -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...
    perldoc.perl.org/Memoize.txt
    Registered: Mon Apr 22 06:51:20 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  10. Net::NNTP.txt

    # Net::NNTP.pm # # Copyright (C) 1995-1997 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::NNTP.txt
    Registered: Mon Apr 22 09:02:27 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top