/ Published in: Perl
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/usr/bin/env perl -w use strict; # Batch rename files with Perl regex substitutions # Perl administration files rename # # Larry Wall's filename fixer: recipe 9.9 in Perl Cookbook for (@ARGV) { $was = $_; }