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

I wrote this a LOONGG time ...

42306c1a1e87611519fdf1811ffe2c9c Talk
1
2
3
4
#!/usr/bin/perl -w
use strict;

...

Perl deldup

by tak11.myopenid.com, December 16, 2008 03:54, No refactoring, tagged with password, perl, file

ment to cycle through a pas...

42306c1a1e87611519fdf1811ffe2c9c Talk
1
2
3
4
use File::Spec;

sub purge_archive{
...

Perl Delete files from a directory

by kire, October 14, 2008 21:12, 1 refactoring, tagged with perl, short

I want to remove all files ...

37fa9baa82d848871535d6e2101221e5 Talk
1
2
3
#!/bin/sh

...

Bash Memory usage script

by JonM1827, July 30, 2008 20:51, 2 refactorings, tagged with memory, shell, perl, awk

So I use thin to serve my r...

Fcd45b7de93cc8fa417fa43426973e06 Talk
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