#>>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 ...
#!/usr/bin/perl -wT use strict; ...
Perl Handling both dots and comm...
I'm trying to create a meth...
#!/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 ...
use File::Spec;
sub purge_archive{
...
Perl Delete files from a directory
I want to remove all files ...
#!/usr/bin/env perl #What follows is the demented codings of someone bored. package upsidedown; ...
Perl Guess the Code
As the title implies, guess...
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...
I've been studying Perl for...