1 2 3 4
#!/usr/bin/perl
#smtp scanner by Tak
...
Perl Smtp Scanner
by tak11.myopenid.com,
December 16, 2008 04:07,
No refactoring, tagged with smtp, scanner, port, perl
1 2 3 4
use File::Spec; sub purge_archive{ ...
Perl Delete files from a directory
I want to remove all files ...
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...
I wrote this a LOONGG time ...