Help for this page

Select Code to Download


  1. or download this
    
    c:> rename.pl .*\.mp3 1(\d\d.*) 4$1
    
  2. or download this
    my $inputMask = $ARGV[0];
    my $regexSearch = $ARGV[1];
    ...
            print "renamed $oldname to $file\n";
        }
    }