Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test %27

Results 801 - 810 of 2,102 for filetype:txt (0.04 sec)

  1. perlcommunity.txt

    =head1 NAME perlcommunity - a brief overview of the Perl community =head1 DESCRIPTION This document aims to provide an overview of the vast perl community, which is far too large and diverse to pro...
    perldoc.perl.org/perlcommunity.txt
    Registered: Fri Nov 01 11:50:13 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. perlivp.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # perlivp v5.40.0 BEGIN { pop ...
    perldoc.perl.org/perlivp.txt
    Registered: Fri Nov 01 12:15:30 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. Module::CoreList.txt

    =head1 NAME Module::CoreList - what modules shipped with versions of perl =head1 SYNOPSIS use Module::CoreList; print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48 print Module::CoreList...
    perldoc.perl.org/Module::CoreList.txt
    Registered: Fri Nov 01 12:38:30 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. Unicode::Collate.txt

    package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...
    perldoc.perl.org/Unicode::Collate.txt
    Registered: Fri Nov 01 16:30:20 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  5. h2xs.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...
    perldoc.perl.org/h2xs.txt
    Registered: Fri Nov 01 14:01:20 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  6. perldata.txt

    =head1 NAME perldata - Perl data types =head1 DESCRIPTION =head2 Variable names X<variable, name> X<variable name> X<data type> X<type> Perl has three built-in data types: scalars, arrays of scalar...
    perldoc.perl.org/perldata.txt
    Registered: Fri Nov 01 16:58:26 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  7. perlsyn.txt

    =head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...
    perldoc.perl.org/perlsyn.txt
    Registered: Fri Nov 01 15:59:52 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  8. perlref.txt

    =head1 NAME X<reference> X<pointer> X<data structure> X<structure> X<struct> perlref - Perl references and nested data structures =head1 NOTE This is complete documentation about all aspects of ref...
    perldoc.perl.org/perlref.txt
    Registered: Fri Nov 01 16:12:42 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  9. feature.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....
    perldoc.perl.org/feature.txt
    Registered: Fri Nov 01 16:11:55 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  10. bigint.txt

    package bigint; 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/bigint.txt
    Registered: Fri Nov 01 16:25:47 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top