Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 91 - 100 of 1,172 for host:perldoc.perl.org (0.02 sec)

  1. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.36'; # remember to update version in POD! my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; # Verify this Perl supports th...
    perldoc.perl.org/threads.txt
    Registered: Mon May 13 16:43:57 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  2. encoding.txt

    # $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...
    perldoc.perl.org/encoding.txt
    Registered: Mon May 13 20:04:20 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  3. bigfloat.txt

    package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.66'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...
    perldoc.perl.org/bigfloat.txt
    Registered: Mon May 13 16:36:32 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  4. fields.txt

    use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...
    perldoc.perl.org/fields.txt
    Registered: Mon May 13 19:30:32 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  5. encoding::warnings.txt

    package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...
    perldoc.perl.org/encoding::warnings.txt
    Registered: Mon May 13 17:12:56 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. bytes.txt

    package bytes; use strict; use warnings; our $VERSION = '1.08'; $bytes::hint_bits = 0x00000008; sub import { $^H |= $bytes::hint_bits; } sub unimport { $^H &= ~$bytes::hint_bits; } our $AUTOLOAD; s...
    perldoc.perl.org/bytes.txt
    Registered: Mon May 13 15:50:47 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  7. 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 "N...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Mon May 13 14:43:48 UTC 2024
    - 216.7K bytes
    - Viewed (0)
  8. Net::POP3.txt

    # Net::POP3.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::POP3.txt
    Registered: Wed May 15 09:38:39 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. NEXT.txt

    package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...
    perldoc.perl.org/NEXT.txt
    Registered: Wed May 15 08:52:30 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  10. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20231129'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa(__...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Wed May 15 09:31:26 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top