Category: Perl

SourceForge Project Packager – from SVN source

This script will package your SVN code to a tar.gz file. Just give the name of the project as the…

Installing Perl Modules

Install Perl modules on a linux system – must be connected to the net perl -MCPAN -e shell If CPAN…

Command to Replace a String in all Files in Current Directory

Replaces all instance of ‘<old string>’ with ‘<new sting>’ in all the files of the current directory. perl -pi -e…

Changing separator with Perl

This will join all lines of a file together. Sometimes I have a list of something in a file, one…