- or download this
# minimum sentence size, to elimnate fluff
$min_size=10;
...
($intro)=($article=~/((?:[^\.]{$min_size,}\.){4})/si);
print "$intro\n";
- or download this
im the kink. but you are not the king. we are the kings. yes we are th
+e kings.
- or download this
$x = 0;
$s = "HOLY BIBLE";
$s =~ s/(\w)/{$x+=($o=ord($1));print"$1 - $o\n";''}/eg;
print "Total: $x\n";
- or download this
H - 72
O - 79
...
L - 76
E - 69
Total: 666
- or download this
#!/usr/local/bin/perl
...
close REPORT;
exit;
}