Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 348 for label:perl (0.03 sec)

  1. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.37'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Mon May 13 13:50:34 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  2. bignum.txt

    package bignum; 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/bignum.txt
    Registered: Mon May 13 14:06:50 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  3. Unicode::Collate::Locale.txt

    package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...
    perldoc.perl.org/Unicode::Collate::Locale.txt
    Registered: Mon May 13 13:28:52 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  4. autodie::hints.txt

    package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...
    perldoc.perl.org/autodie::hints.txt
    Registered: Mon May 13 16:29:25 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  5. base.txt

    use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...
    perldoc.perl.org/base.txt
    Registered: Mon May 13 15:45:26 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. open.txt

    =over =item open FILEHANDLE,MODE,EXPR X<open> X<pipe> X<file, open> X<fopen> =item open FILEHANDLE,MODE,EXPR,LIST =item open FILEHANDLE,MODE,REFERENCE =item open FILEHANDLE,EXPR =item open FILEHAND...
    perldoc.perl.org/functions/open.txt
    Registered: Sat May 11 20:29:27 UTC 2024
    - 19.3K bytes
    - Viewed (1)
  7. perlthrtut.txt

    =encoding utf8 =head1 NAME perlthrtut - Tutorial on threads in Perl =head1 DESCRIPTION This tutorial describes the use of Perl interpreter threads (sometimes referred to as I<ithreads>). In this mo...
    perldoc.perl.org/perlthrtut.txt
    Registered: Mon May 13 00:35:01 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  8. perlsec.txt

    =head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...
    perldoc.perl.org/perlsec.txt
    Registered: Mon May 13 01:28:45 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  9. perlreref.txt

    =head1 NAME perlreref - Perl Regular Expressions Reference =head1 DESCRIPTION This is a quick reference to Perl's regular expressions. For full information see L<perlre> and L<perlop>, as well as t...
    perldoc.perl.org/perlreref.txt
    Registered: Sun May 12 22:57:22 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. ExtUtils::Install.txt

    package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...
    perldoc.perl.org/ExtUtils::Install.txt
    Registered: Tue May 14 11:43:29 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top