#!/usr/bin/perl
#
# mm_cli_control.pl
...

Perl perl Mailman CLI front-end

by grep65535, September 06, 2011 22:22, No refactoring, tagged with perl

I've been studying Perl for...

6924996dc23ceaf8a537d653ee670332 Talk
#>>if Record Type is vehicle---------------<<
if($filename =~ m/$infile3/){
	#>>process vehicle records
...

Perl Help make my code blocks be...

by dareljohnson.myopenid.com, May 13, 2010 03:19, 1 refactoring, tagged with perl, search and replace fields

There's a lot of repletion ...

Fe28635fce6db473f411c2dd15c67203 Talk
#!/usr/bin/perl -wT

use strict;
...

Perl Handling both dots and comm...

by knorv.myopenid.com, September 28, 2009 15:26, 9 refactorings, tagged with perl, parsing

I'm trying to create a meth...

55502f40dc8b7c769880b10874abc9d0 Talk
#!/usr/bin/perl
      #smtp scanner by Tak
...

Perl Smtp Scanner

by tak11.myopenid.com, December 16, 2008 04:07, 8 refactorings, tagged with perl, smtp, scanner, port

I wrote this a LOONGG time ...

42306c1a1e87611519fdf1811ffe2c9c Talk
#!/usr/bin/perl -w
use strict;

...

Perl deldup

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

ment to cycle through a pas...

42306c1a1e87611519fdf1811ffe2c9c Talk
use File::Spec;

sub purge_archive{
...

Perl Delete files from a directory

by kire, October 14, 2008 21:12, 2 refactorings, tagged with short, perl

I want to remove all files ...

37fa9baa82d848871535d6e2101221e5 Talk
#!/bin/sh

...

Bash Memory usage script

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

So I use thin to serve my r...

Fcd45b7de93cc8fa417fa43426973e06 Talk
#!/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, 2 refactorings, tagged with perl, obfuscated

As the title implies, guess...

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

Perl Hello world!

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

Can you refactor this to ma...

6869f98aa6911b0f9f13468ccca24813 Talk
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, 4 refactorings, tagged with xml, perl, oneliner, one-liner, tags, html, xhtml

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

Aae34a7973a8d98e53764a1c89090c55 Talk