- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 801 - 810 of 2,102 for filetype:txt (0.04 sec)
-
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.txtRegistered: Fri Nov 01 11:50:13 UTC 2024 - 6.8K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 12:15:30 UTC 2024 - 10.7K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 12:38:30 UTC 2024 - 8.2K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 16:30:20 UTC 2024 - 64.1K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 14:01:20 UTC 2024 - 59.6K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 16:58:26 UTC 2024 - 51.9K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 15:59:52 UTC 2024 - 52.8K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 16:12:42 UTC 2024 - 35.3K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 16:11:55 UTC 2024 - 30.3K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 01 16:25:47 UTC 2024 - 22.6K bytes - Viewed (0)