Help for this page
#!/usr/bin/perl use strict; ... while (my ($n, $f) = each %to_rename) { rename $f, $n or warn "Cannot rename $f to $n; $!"; }