in reply to Re^2: How to rename the files its directory structure using perl?
in thread How to rename the files its directory structure using perl?

kill the prototypes!!!!!!!!!!! change this

sub runDir($$); sub runDir($$) {
to this
sub runDir {
you dont know what they are doing anyway