Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 31 for label:perl (0.02 sec)

  1. File::Temp.txt

    package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...
    perldoc.perl.org/File::Temp.txt
    Registered: Sat Apr 27 23:14:00 UTC 2024
    - 116.1K bytes
    - Viewed (0)
  2. 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 Apr 27 22:35:48 UTC 2024
    - 98.2K bytes
    - Viewed (0)
  3. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Registered: Fri May 03 17:43:30 UTC 2024
    - 120.5K bytes
    - Viewed (0)
  4. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Fri May 03 19:44:53 UTC 2024
    - 264.1K bytes
    - Viewed (0)
  5. 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: Mon Apr 29 13:56:52 UTC 2024
    - 118.8K bytes
    - Viewed (0)
  6. B::Deparse.txt

    # B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...
    perldoc.perl.org/B::Deparse.txt
    Registered: Fri Apr 26 22:56:19 UTC 2024
    - 215.7K bytes
    - Viewed (0)
  7. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Fri May 03 17:57:44 UTC 2024
    - 132.6K bytes
    - Viewed (0)
  8. perl5180delta.txt

    =encoding utf8 =head1 NAME perl5180delta - what is new for perl v5.18.0 =head1 DESCRIPTION This document describes differences between the v5.16.0 release and the v5.18.0 release. If you are upgrad...
    perldoc.perl.org/perl5180delta.txt
    Registered: Sun May 05 16:09:44 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  9. perl58delta.txt

    =head1 NAME perl58delta - what is new for perl v5.8.0 =head1 DESCRIPTION This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were alr...
    perldoc.perl.org/perl58delta.txt
    Registered: Sun May 05 20:40:00 UTC 2024
    - 112.5K bytes
    - Viewed (0)
  10. perl5200delta.txt

    =encoding utf8 =head1 NAME perl5200delta - what is new for perl v5.20.0 =head1 DESCRIPTION This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgradin...
    perldoc.perl.org/perl5200delta.txt
    Registered: Sun May 05 21:28:45 UTC 2024
    - 112.8K bytes
    - Viewed (0)
Back to top