Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 32 for label:perl (0.05 sec)

  1. perlop.txt

    =encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...
    perldoc.perl.org/perlop.txt
    Registered: Fri Nov 15 11:50:43 UTC 2024
    - 173.2K bytes
    - Viewed (0)
  2. perl5260delta.txt

    =encoding utf8 =head1 NAME perl5260delta - what is new for perl v5.26.0 =head1 DESCRIPTION This document describes the differences between the 5.24.0 release and the 5.26.0 release. =head1 Notice T...
    perldoc.perl.org/perl5260delta.txt
    Registered: Wed Nov 20 05:22:57 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  3. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Sat Nov 16 23:07:45 UTC 2024
    - 224K bytes
    - Viewed (0)
  4. CPAN.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Fri Nov 15 16:54:55 UTC 2024
    - 144.4K 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. perldiag.txt

    =head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation ...
    perldoc.perl.org/perldiag.txt
    Registered: Tue Nov 19 13:48:48 UTC 2024
    - 309.2K bytes
    - Viewed (0)
  7. perl5140delta.txt

    =encoding utf8 =head1 NAME perl5140delta - what is new for perl v5.14.0 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgradin...
    perldoc.perl.org/perl5140delta.txt
    Registered: Wed Nov 20 09:18:12 UTC 2024
    - 140.9K bytes
    - Viewed (0)
  8. zipdetails.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl # zipdetails #...
    perldoc.perl.org/zipdetails.txt
    Registered: Thu Nov 07 07:14:40 UTC 2024
    - 231.1K bytes
    - Viewed (0)
  9. ExtUtils::MakeMaker.txt

    # $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...
    perldoc.perl.org/ExtUtils::MakeMaker.txt
    Registered: Sat Nov 16 09:06:56 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  10. JSON::PP.txt

    package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...
    perldoc.perl.org/JSON::PP.txt
    Registered: Sat Nov 16 22:12:56 UTC 2024
    - 98.2K bytes
    - Viewed (0)
Back to top