- Sort Score
- Num 10 results
- Language All
- Labels All
Results 3711 - 3720 of over 10,000 for content_length:[10000 TO 99999] (1.3 seconds)
-
atan2 - Perldoc Browser
functions / atan2 ( source , CPAN ) # atan2 Y,X Returns the arctangent of Y/X in the range -PI to PI. For the tangent...perldoc.perl.org/functions/atan2Fri Feb 06 13:26:30 GMT 2026 15.5K bytes -
lcfirst - Perldoc Browser
functions / lcfirst ( source , CPAN ) # lcfirst EXPR # lcfirst Returns the value of EXPR with the first character low...perldoc.perl.org/functions/lcfirstFri Feb 06 13:29:12 GMT 2026 15.7K bytes -
overload.txt
package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...perldoc.perl.org/overload.txtFri Feb 06 17:47:15 GMT 2026 53.4K bytes -
bignum.txt
package bignum; 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/bignum.txtFri Feb 06 16:26:12 GMT 2026 27.5K bytes -
base.txt
use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...perldoc.perl.org/base.txtFri Feb 06 16:20:14 GMT 2026 10.7K bytes -
perlsyn - Perl syntax: declarations, statements...
perlsyn ( source , CPAN ) CONTENTS NAME DESCRIPTION Declarations Comments Simple Statements Statement Modifiers Compo...perldoc.perl.org/perlsynFri Feb 06 12:21:21 GMT 2026 79.9K bytes -
perlref - Perl references and nested data struc...
perlref ( source , CPAN ) CONTENTS NAME NOTE DESCRIPTION Making References Backslash Operator Square Brackets Curly B...perldoc.perl.org/perlref -
die - Perldoc Browser
functions / die ( source , CPAN ) # die LIST die raises an exception. Inside an eval the exception is stuffed into $@...perldoc.perl.org/functions/dieFri Feb 06 13:34:11 GMT 2026 21.9K bytes -
our - Perldoc Browser
functions / our ( source , CPAN ) # our VARLIST # our TYPE VARLIST # our VARLIST : ATTRS # our TYPE VARLIST : ATTRS o...perldoc.perl.org/functions/ourFri Feb 06 13:34:22 GMT 2026 20.3K bytes -
unpack - Perldoc Browser
functions / unpack ( source , CPAN ) # unpack TEMPLATE,EXPR # unpack TEMPLATE unpack does the reverse of pack : it ta...perldoc.perl.org/functions/unpackFri Feb 06 13:34:32 GMT 2026 17.9K bytes