1 2 3 4
#!/usr/bin/env perl #What follows is the demented codings of someone bored. package upsidedown; ...
Perl Guess the Code
As the title implies, guess...
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...
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...
1 2 3 4
use Cache::FileCache; $cache = new Cache::FileCache( ); ...
Perl Cache::Cache subroutine wit...
by montoya,
October 11, 2007 19:17,
2 refactorings
I'm having serious trouble ...
1 2 3 4
#!/usr/bin/perl use LWP::Simple; ...
Perl Random sentence generator
by EXPERTPROGRAMMER,
September 27, 2007 19:31,
6 refactorings
Random sentence generator
Converting the return from ...