Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 385 for filetype:txt (0.02 sec)

  1. perlfaq.txt

    =head1 NAME perlfaq - Frequently asked questions about Perl =head1 VERSION version 5.20210520 =head1 DESCRIPTION The perlfaq comprises several documents that answer the most commonly asked question...
    perldoc.perl.org/perlfaq.txt
    Registered: Fri Apr 19 09:36:42 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  2. perlintro.txt

    =head1 NAME perlintro - a brief introduction and overview of Perl =head1 DESCRIPTION This document is intended to give you a quick overview of the Perl programming language, along with pointers to ...
    perldoc.perl.org/perlintro.txt
    Registered: Fri Apr 19 12:06:03 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.37'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Sun Apr 21 00:43:51 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  4. ExtUtils::Install.txt

    package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...
    perldoc.perl.org/ExtUtils::Install.txt
    Registered: Sun Apr 21 03:09:56 UTC 2024
    - 40K bytes
    - Viewed (0)
  5. ExtUtils::MM_Win32.txt

    package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...
    perldoc.perl.org/ExtUtils::MM_Win32.txt
    Registered: Sun Apr 21 12:43:19 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  6. Text::Balanced.txt

    # Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...
    perldoc.perl.org/Text::Balanced.txt
    Registered: Tue Apr 23 07:32:29 UTC 2024
    - 78.9K bytes
    - Viewed (0)
  7. Unicode::Collate::CJK::GB2312.txt

    package Unicode::Collate::CJK::GB2312; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::GB2312.txt
    Registered: Tue Apr 23 08:44:30 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  8. 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: Tue Apr 23 09:36:54 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  9. 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: Tue Apr 23 09:07:14 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  10. Test::Tutorial.txt

    =head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...
    perldoc.perl.org/Test::Tutorial.txt
    Registered: Tue Apr 23 07:16:50 UTC 2024
    - 18.9K bytes
    - Viewed (26)
Back to top