Category: Perl
SourceForge Project Packager – from SVN source
May 5, 2007
This script will package your SVN code to a tar.gz file. Just give the name of the project as the…
Installing Perl Modules
April 22, 2007
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
March 12, 2007
Replaces all instance of ‘<old string>’ with ‘<new sting>’ in all the files of the current directory. perl -pi -e…
Changing separator with Perl
March 7, 2007
This will join all lines of a file together. Sometimes I have a list of something in a file, one…
Recent Comments