- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 2,100 for filetype:txt (0.03 sec)
-
ptargrep.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 #!/usr/bin/perl ########## # T...perldoc.perl.org/ptargrep.txtRegistered: Fri Nov 01 14:52:55 UTC 2024 - 4.4K bytes - Viewed (0) -
perlre.txt
=head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...perldoc.perl.org/perlre.txtRegistered: Fri Nov 01 17:35:24 UTC 2024 - 132.6K bytes - Viewed (0) -
perlport.txt
=head1 NAME perlport - Writing portable Perl =head1 DESCRIPTION Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This docu...perldoc.perl.org/perlport.txtRegistered: Fri Nov 01 19:16:52 UTC 2024 - 87.4K bytes - Viewed (0) -
perlfaq4.txt
=head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hash...perldoc.perl.org/perlfaq4.txtRegistered: Fri Nov 01 20:20:16 UTC 2024 - 91K bytes - Viewed (0) -
Math::BigRat.txt
# # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...perldoc.perl.org/Math::BigRat.txtRegistered: Fri Nov 01 20:24:33 UTC 2024 - 94.8K bytes - Viewed (0) -
Math::Complex.txt
# # Complex numbers and associated mathematical functions # -- Raphael Manfredi Since Sep 1996 # -- Jarkko Hietaniemi Since Mar 1997 # -- Daniel S. Lewart Since Sep 1997 # package Math::Complex; { ...perldoc.perl.org/Math::Complex.txtRegistered: Fri Nov 01 19:25:01 UTC 2024 - 48.9K bytes - Viewed (0) -
perlnewmod.txt
=head1 NAME perlnewmod - preparing a new module for distribution =head1 DESCRIPTION This document gives you some suggestions about how to go about writing Perl modules, preparing them for distribut...perldoc.perl.org/perlnewmod.txtRegistered: Fri Nov 01 21:23:28 UTC 2024 - 10.7K bytes - Viewed (0) -
perllol.txt
=head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...perldoc.perl.org/perllol.txtRegistered: Fri Nov 01 20:55:44 UTC 2024 - 9.1K bytes - Viewed (0) -
open.txt
package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...perldoc.perl.org/open.txtRegistered: Fri Nov 01 19:48:50 UTC 2024 - 8.3K bytes - Viewed (0) -
$a.txt
=over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...perldoc.perl.org/variables/$a.txt Similar Results (1)Registered: Fri Nov 01 22:12:00 UTC 2024 - 394 bytes - Viewed (0)