Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 1,172 for host:perldoc.perl.org (0.04 sec)

  1. Unicode::Collate::CJK::Stroke.txt

    package Unicode::Collate::CJK::Stroke; 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::Stroke.txt
    Registered: Wed May 08 21:59:36 UTC 2024
    - 118.8K bytes
    - Viewed (0)
  2. Unicode::Collate::CJK::Korean.txt

    package Unicode::Collate::CJK::Korean; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %jamo2prim = ( '1100', 0x4175, '1101', 0x4176, '1102', 0x4177, '1103', 0x4178, '1105', 0x417A, ...
    perldoc.perl.org/Unicode::Collate::CJK::Korean.txt
    Registered: Wed May 08 23:04:45 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  3. h2xs.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 BEGIN { pop @INC if $INC[-1] eq ...
    perldoc.perl.org/h2xs.txt
    Registered: Thu May 09 01:41:20 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. VMS::Filespec.txt

    # Perl hooks into the routines in vms.c for interconversion # of VMS and Unix file specification syntax. # # Version: see $VERSION below # Author: Charles Bailey bailey@newman.upenn.edu # Revised: ...
    perldoc.perl.org/VMS::Filespec.txt
    Registered: Wed May 08 23:21:45 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  5. perlivp.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 # perlivp v5.38.2 BEGIN { pop @I...
    perldoc.perl.org/perlivp.txt
    Registered: Thu May 09 02:46:35 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. cpan.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/local/bin/perl BEGIN { po...
    perldoc.perl.org/cpan.txt
    Registered: Thu May 09 00:56:30 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  7. VMS::DCLsym.txt

    package VMS::DCLsym; use Carp; use DynaLoader; use strict; # Package globals our @ISA = ( 'DynaLoader' ); our $VERSION = '1.09'; # remember to update version in POD! my(%Locsyms) = ( ':ID' => 'LOCA...
    perldoc.perl.org/VMS::DCLsym.txt
    Registered: Wed May 08 23:13:56 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. ptargrep.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 ########## # Too...
    perldoc.perl.org/ptargrep.txt
    Registered: Thu May 09 00:27:35 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  9. Pod::Man.txt

    # Convert POD data to formatted *roff input. # # This module translates POD documentation into *roff markup using the man # macro set, and is intended for converting POD documents written as Unix #...
    perldoc.perl.org/Pod::Man.txt
    Registered: Tue May 07 18:24:33 UTC 2024
    - 90.9K bytes
    - Viewed (0)
  10. Perl Documentation

    require 5; package Pod::Simple::HTMLBatch; use strict; use vars qw( $VERSION $HTML_RENDER_CLASS $HTML_EXTENSION $CSS $JAVASCRIPT $SLEEPY $SEARCH_CLASS @ISA ); $VERSION = '3.43'; @ISA = (); # Yup, w...
    perldoc.perl.org/Pod::Simple::HTMLBatch.txt
    Registered: Tue May 07 22:02:34 UTC 2024
    - 39.7K bytes
    - Viewed (0)
Back to top