| 1581 | o replace ../img/ through img/ globally (in all files found) | o replace ../img/ through img/ globally (in all files found) | 
| 1582 | o grep -ri "../img" | modify.pl --regex=s/\.\.\/img/img/g [--in-type=filelist] | o grep -ri "../img" | modify.pl --regex=s/\.\.\/img/img/g [--in-type=filelist] | 
| 1583 | o refactor replace_cvs.pl to: | o refactor replace_cvs.pl to: | 
| 1584 | finder.pl --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist] | finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist] | 
| 1585 | o is it possible to actually parse settings && arguments (not just "options") using Getopt::Long?? | o is it possible to actually parse settings && arguments (not just "options") using Getopt::Long?? | 
| 1586 | o else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!! | o else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!! | 
| 1587 |  |  |