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 |
|
|
1601 |
|
|
1602 |
o register: data-storage.[perl.]netfrag.org |
o register: data-storage.[perl.]netfrag.org |
1603 |
|
|
1604 |
|
o look at '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'!!! |
1605 |
|
o better use 'utf-8' to achieve full i18n? |
1606 |
|
|
1607 |
|
|
1608 |
|
|
1609 |
|
|
1610 |
|
|