Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 1,302 for label:perl (0.07 sec)

  1. I18N::Collate.txt

    package I18N::Collate; use strict; our $VERSION = '1.02'; =head1 NAME I18N::Collate - compare 8-bit scalar data according to the current locale =head1 SYNOPSIS use I18N::Collate; setlocale(LC_COLLA...
    perldoc.perl.org/I18N::Collate.txt
    Registered: Sat Nov 16 21:32:32 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. IO::Poll.txt

    # IO::Poll.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Poll.txt
    Registered: Sat Nov 16 23:20:22 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...
    perldoc.perl.org/File::Spec::AmigaOS.txt
    Registered: Sun Nov 17 01:05:27 UTC 2024
    - 982 bytes
    - Viewed (0)
  4. Memoize::AnyDBM_File.txt

    use strict; use warnings; package Memoize::AnyDBM_File; our $VERSION = '1.16'; our @ISA = qw(DB_File GDBM_File Memoize::NDBM_File SDBM_File ODBM_File) unless @ISA; for my $mod (@ISA) { if (eval "re...
    perldoc.perl.org/Memoize::AnyDBM_File.txt
    Registered: Sat Nov 16 23:33:02 UTC 2024
    - 886 bytes
    - Viewed (0)
  5. Unicode::Collate::CJK::Pinyin.txt

    package Unicode::Collate::CJK::Pinyin; 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::Pinyin.txt
    Registered: Mon Nov 18 23:25:23 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  6. perlsynology.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. Bu...
    perldoc.perl.org/perlsynology.txt
    Registered: Wed Nov 20 10:28:03 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. perl5282delta.txt

    =encoding utf8 =head1 NAME perl5282delta - what is new for perl v5.28.2 =head1 DESCRIPTION This document describes differences between the 5.28.1 release and the 5.28.2 release. If you are upgradin...
    perldoc.perl.org/perl5282delta.txt
    Registered: Wed Nov 20 09:23:15 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. perl5184delta.txt

    =encoding utf8 =head1 NAME perl5184delta - what is new for perl v5.18.4 =head1 DESCRIPTION This document describes differences between the 5.18.4 release and the 5.18.2 release. B<Please note:> Thi...
    perldoc.perl.org/perl5184delta.txt
    Registered: Wed Nov 20 09:38:33 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. perl5124delta.txt

    =encoding utf8 =head1 NAME perl5124delta - what is new for perl v5.12.4 =head1 DESCRIPTION This document describes differences between the 5.12.3 release and the 5.12.4 release. If you are upgradin...
    perldoc.perl.org/perl5124delta.txt
    Registered: Wed Nov 20 09:55:39 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. perlvos.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlvos.txt
    Registered: Wed Nov 20 11:01:01 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top