Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 1,172 for label:perl (0.02 sec)

  1. perlfaq2.txt

    =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20210520 =head1 DESCRIPTION This section of the FAQ answers questions about where to find source and documentation ...
    perldoc.perl.org/perlfaq2.txt
    Registered: Fri Apr 26 14:04:30 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Fri Apr 26 18:16:59 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. less.txt

    package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...
    perldoc.perl.org/less.txt
    Registered: Fri Apr 26 18:24:33 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. autodie::exception::system.txt

    package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # AB...
    perldoc.perl.org/autodie::exception::system.txt
    Registered: Fri Apr 26 17:54:16 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. overloading.txt

    package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...
    perldoc.perl.org/overloading.txt
    Registered: Fri Apr 26 16:27:28 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.72-7-g54209ce require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; use...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Sat Apr 27 12:35:18 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  7. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Sat Apr 27 16:46:58 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Sat Apr 27 19:15:52 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  9. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Sat Apr 27 18:15:34 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. Encode::GSM0338.txt

    # # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...
    perldoc.perl.org/Encode::GSM0338.txt
    Registered: Sat Apr 27 10:51:32 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top