#!/usr/bin/perl -w # scribbled by CBAS [ mailto:cbas@screaming3d.com ] # 30/12/2000 # # "One more kick to get me started ..." # - Republica use strict; use subs qw { doDir doFile freakOut }; use vars qw { $from $into $recur $renamed $directories $argument }; freakOut and exit unless @ARGV >= 4; $renamed = 0; $directories = 0; $from = shift @ARGV; $into = shift @ARGV; $recur = shift @ARGV; print <