- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1901 - 1910 of 2,416 for filetype:txt (0.05 sec)
-
cpan.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/local/bin/perl BEGIN { ...perldoc.perl.org/cpan.txtRegistered: Fri Nov 01 15:58:29 UTC 2024 - 8.2K bytes - Viewed (0) -
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) -
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) -
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) -
${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt
=over =item ${^MAX_NESTED_EVAL_BEGIN_BLOCKS} This variable determines the maximum number C<eval EXPR>/C<BEGIN> or C<require>/C<BEGIN> block nesting that is allowed. This means it also controls the ...perldoc.perl.org/variables/${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txtRegistered: Fri Nov 01 22:39:28 UTC 2024 - 1.9K bytes - Viewed (0) -
$$.txt
=over =item $PROCESS_ID =item $PID =item $$ X<$$> X<$PID> X<$PROCESS_ID> The process number of the Perl running this script. Though you I<can> set this variable, doing so is generally discouraged, ...perldoc.perl.org/variables/$$.txtRegistered: Fri Nov 01 23:59:51 UTC 2024 - 1.2K bytes - Viewed (0) -
$).txt
=over =item $EFFECTIVE_GROUP_ID =item $EGID =item $) X<$)> X<$EGID> X<$EFFECTIVE_GROUP_ID> The effective gid of this process. If you are on a machine that supports membership in multiple groups sim...perldoc.perl.org/variables/$).txtRegistered: Fri Nov 01 23:51:19 UTC 2024 - 1.3K bytes - Viewed (0) -
$INC.txt
=over =item $INC X<$INC> As of 5.37.7 when an C<@INC> hook is executed the index of the C<@INC> array that holds the hook will be localized into the C<$INC> variable. When the hook returns the inte...perldoc.perl.org/variables/$INC.txtRegistered: Fri Nov 01 23:26:42 UTC 2024 - 801 bytes - Viewed (0) -
%INC.txt
=over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...perldoc.perl.org/variables/%INC.txtRegistered: Fri Nov 01 23:20:47 UTC 2024 - 681 bytes - Viewed (0)