Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2481 - 2490 of 3,417 for filetype:txt (0.05 sec)

  1. perlxstypemap.txt

    =head1 NAME perlxstypemap - Perl XS C/Perl type mapping =head1 DESCRIPTION The more you think about interfacing between two languages, the more you'll realize that the majority of programmer effort...
    perldoc.perl.org/perlxstypemap.txt
    Registered: Thu Feb 13 08:12:22 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  2. perlfilter.txt

    =head1 NAME perlfilter - Source Filters =head1 DESCRIPTION This article is about a little-known feature of Perl called I<source filters>. Source filters alter the program text of a module before Pe...
    perldoc.perl.org/perlfilter.txt
    Registered: Thu Feb 13 09:01:23 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  3. perl5222delta.txt

    =encoding utf8 =head1 NAME perl5222delta - what is new for perl v5.22.2 =head1 DESCRIPTION This document describes differences between the 5.22.1 release and the 5.22.2 release. If you are upgradin...
    perldoc.perl.org/perl5222delta.txt
    Registered: Thu Feb 13 11:31:12 UTC 2025
    - 12K bytes
    - Viewed (0)
  4. perlgpl.txt

    =head1 NAME perlgpl - the GNU General Public License, version 1 =head1 SYNOPSIS You can refer to this document in Pod via "L<perlgpl>" Or you can see this document by entering "perldoc perlgpl" =he...
    perldoc.perl.org/perlgpl.txt
    Registered: Thu Feb 13 11:14:54 UTC 2025
    - 13.5K bytes
    - Viewed (0)
  5. perlstyle.txt

    =head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...
    perldoc.perl.org/perlstyle.txt
    Registered: Thu Feb 13 08:23:51 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  6. perlunitut.txt

    =head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...
    perldoc.perl.org/perlunitut.txt
    Registered: Thu Feb 13 08:31:57 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  7. perlriscos.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlriscos.txt
    Registered: Thu Feb 13 11:41:25 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  8. Attribute::Handlers.txt

    package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...
    perldoc.perl.org/Attribute::Handlers.txt
    Registered: Fri Feb 14 05:01:20 UTC 2025
    - 32.1K bytes
    - Viewed (0)
  9. CPAN::Meta::Requirements.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Fri Feb 14 05:26:03 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  10. Class::Struct.txt

    package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...
    perldoc.perl.org/Class::Struct.txt
    Registered: Fri Feb 14 06:51:22 UTC 2025
    - 19.9K bytes
    - Viewed (0)
Back to top