[padb-devel] [padb] r186 committed - Move away from using ! as regex delimiters.

codesite-noreply at google.com codesite-noreply at google.com
Sat Sep 5 23:05:18 BST 2009


Revision: 186
Author: apittman
Date: Sat Sep  5 15:04:21 2009
Log: Move away from using ! as regex delimiters.

http://code.google.com/p/padb/source/detail?r=186

Modified:
  /branches/cleanup/src/padb

=======================================
--- /branches/cleanup/src/padb	Sat Sep  5 14:25:28 2009
+++ /branches/cleanup/src/padb	Sat Sep  5 15:04:21 2009
@@ -539,7 +539,8 @@
              $allfns{$arg}{help} );
      }

-    $usage =~ s!XXXX!$extra!;
+    $usage =~ s{XXXX}
+               {$extra}xms;

      print {*STDERR} <<EOF;
  $usage




More information about the padb-devel mailing list