Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 56 for host:perldoc.perl.org (0.02 sec)

  1. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Mon Jun 10 21:12:26 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  2. qw/STRING/ - Perldoc Browser

    functions / qw/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "...
    perldoc.perl.org/functions/qw/STRING/
    Registered: Sun Jun 09 07:03:36 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  3. qx/STRING/ - Perldoc Browser

    functions / qx/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "...
    perldoc.perl.org/functions/qx/STRING/
    Registered: Sun Jun 09 09:45:03 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  4. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.40'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...
    perldoc.perl.org/threads.txt
    Registered: Mon Jun 10 14:17:45 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  5. B.txt

    # B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....
    perldoc.perl.org/B.txt
    Registered: Mon Jun 10 14:10:14 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  6. 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 Jun 10 09:08:40 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  7. CPAN::Meta::Validator.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Validator.txt
    Registered: Mon Jun 10 15:28:51 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  8. bigfloat.txt

    package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; 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 Jun 10 09:38:25 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. Carp.txt

    package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...
    perldoc.perl.org/Carp.txt
    Registered: Mon Jun 10 19:08:24 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  10. B::Op_private.txt

    # -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...
    perldoc.perl.org/B::Op_private.txt
    Registered: Mon Jun 10 19:30:38 UTC 2024
    - 40.9K bytes
    - Viewed (0)
Back to top