Help for this page

Select Code to Download


  1. or download this
    
    my $count = 1;
    ...
    # rename(OLDFILE, NEWFILE);
     rename($File::Find::dir.$1.'.jpg', $File::Find::dir.$count++.'.jpg');
    }