PostHole
Compose Login
You are browsing eu.zone1 in read-only mode. Log in to participate.
rss-bridge 2008-07-05T21:30:41+00:00

Forget the python vs ruby discussions..

Cause this puts Perl right back in the game!
-snip-
sudo perl -MCPAN -e shell
cpan install Acme::LOLCAT
install  — OK
cat demo.pl
#!/usr/bin/perl
use Acme::LOLCAT;
print translate($ARGV[0]);
./demo.pl “Im going to run all emails through this before sending”
IM GOINS 2 RUN ALL EMAILZ THROUGH THIZ BEFORE SENDIN
-snip-
ahhh.. MUH WORK AR DONE HERE


Cause this puts Perl right back in the game!

-snip-

sudo perl -MCPAN -e shell

cpan> install Acme::LOLCAT

install  — OK

cat demo.pl

#!/usr/bin/perl

use Acme::LOLCAT;

print translate($ARGV[0]);

./demo.pl “Im going to run all emails through this before sending”

IM GOINS 2 RUN ALL EMAILZ THROUGH THIZ BEFORE SENDIN

-snip-

ahhh.. MUH WORK AR DONE HERE


Original source

Reply