1
2
3
4
#!/usr/bin/env perl
#What follows is the demented codings of someone bored.
package upsidedown;
...

Perl Guess the Code

by dbr, March 24, 2008 04:51, 1 refactoring, tagged with perl, obfuscated

As the title implies, guess...

Efdad317c297a2aee89ef435995dbdb6 Talk
1
perl -le'*{$#_}=sub{world},s;"*;$,=$";e,*{$"}=sub{Hello},print$_--->(),&$_'

Perl Hello world!

by Simon Law, March 18, 2008 13:49, 1 refactoring, tagged with perl, obfuscated, hello world, one-liner

Can you refactor this to ma...

6869f98aa6911b0f9f13468ccca24813 Talk
1
curl http://www.cnn.com | perl -ne 'm/>([^<].*?[^>])<\// && print$1."\n"'

Perl Perl one-liner to extract x...

by griflet, November 13, 2007 17:19, 3 refactorings, tagged with perl, oneliner, one-liner, xml, tags, html, xhtml

Hello,
I'm a web-scrapping...

Aae34a7973a8d98e53764a1c89090c55 Talk