- or download this
> $ perl -wle 'print 2**99'
> 6.33825300114115e+29
...
>
> [1] Worth noting that Ruby gets this done in about 2.5 seconds while
+ perl with
> bigint takes 30. They're probably using gmp.
- or download this
#!/usr/bin/perl
...
define x(){
return (9^9^5)
}
- or download this
use strict;
use warnings;
...
return 1 if $n == 1;
$n + f_fenLisesi( $n - 1 );
}
- or download this
On 7/1/07, Mark Jason Dominus <mjd@plover.com> wrote:
>
...
--
perl -Mre=debug -e "/just|another|perl|hacker/"
- or download this
# perl -wle 'print 2 ** 128'
3.40282366920938e+38
...
2.53847080898319e-65
# perl -Mbigrat -wle 'print 3/7 ** 77'
3/1181813865805958799768684143120019644340385488367699234582870
+39207
- or download this
...
...
+ }
return wantarray ? @ret : $ret[0];
}
- or download this
Do you know me, my lord?
Excellent well; you are a Perl Monger.
- or download this
Imperious Bill Gates, dead and turn'd to clay,
Might stop a hole to keep the wind away:
O, that that earth, which kept the world in awe,
Should patch a Wall to expel the Windows' flaw!
- or download this
$words, @words, %words.
- or download this
my $class_name = 'Foo' . '::' . 'Bar';
...
warn $@;
}