Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 3,197 for filetype:txt (0.11 sec)

  1. PerlIO::encoding.txt

    package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...
    perldoc.perl.org/PerlIO::encoding.txt
    Registered: Sun Nov 17 16:40:58 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. perlintro.txt

    =head1 NAME perlintro - a brief introduction and overview of Perl =head1 DESCRIPTION This document is intended to give you a quick overview of the Perl programming language, along with pointers to ...
    perldoc.perl.org/perlintro.txt
    Registered: Fri Nov 15 12:40:45 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. perlfaq.txt

    =head1 NAME perlfaq - Frequently asked questions about Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION The perlfaq comprises several documents that answer the most commonly asked question...
    perldoc.perl.org/perlfaq.txt
    Registered: Fri Nov 15 12:47:27 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  4. bignum.txt

    package bignum; 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/bignum.txt
    Registered: Fri Nov 15 13:58:57 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  5. CPAN::Meta::History::Meta_1_1.txt

    =for :stopwords Ingy READMEs WTF licensure =head1 NAME CPAN::Meta::History::Meta_1_1 - Version 1.1 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.1 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_1.txt
    Registered: Fri Nov 15 14:20:45 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  6. CPAN::Debug.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...
    perldoc.perl.org/CPAN::Debug.txt
    Registered: Fri Nov 15 13:14:41 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. ok.txt

    package ok; our $VERSION = '1.302199'; use strict; use Test::More (); sub import { shift; if (@_) { goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok; } # No argument list - croak a...
    perldoc.perl.org/ok.txt
    Registered: Fri Nov 15 14:50:48 UTC 2024
    - 971 bytes
    - Viewed (0)
  8. ExtUtils::MakeMaker.txt

    # $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...
    perldoc.perl.org/ExtUtils::MakeMaker.txt
    Registered: Sat Nov 16 09:06:56 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  9. DB_File.txt

    # DB_File.pm -- Perl 5 interface to Berkeley DB # # Written by Paul Marquess (pmqs@cpan.org) # # Copyright (c) 1995-2023 Paul Marquess. All rights reserved. # This program is free software; you can...
    perldoc.perl.org/DB_File.txt
    Registered: Sat Nov 16 11:46:57 UTC 2024
    - 64.9K bytes
    - Viewed (0)
  10. Fcntl.txt

    package Fcntl; =head1 NAME Fcntl - various flag constants and helper functions from C's fcntl.h =head1 SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); use Fcntl qw(F_GETFD F_SETFD FD_CLOEXEC); =...
    perldoc.perl.org/Fcntl.txt
    Registered: Sat Nov 16 11:31:37 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top