]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - lib/CGI/Ex/Validate.pod
CGI::Ex 2.32
[chaz/p5-CGI-Ex] / lib / CGI / Ex / Validate.pod
index b7bce1940151a82f2a7e1999616b56a1257d075f..9311c05c41ceb24d4473e28d963316867588622b 100644 (file)
@@ -444,7 +444,7 @@ be concatenated with ||.  Available in JS.
     {
         field   => 'my_ip',
         match   => 'm/^\d{1,3}(\.\d{1,3})3$/',
-        match_2 => '!/^0\./ || !/^192\./',
+        match_2 => '!m/^0\./ || !m/^192\./',
     }
 
 =item C<max_in_set> and C<min_in_set>
This page took 0.018031 seconds and 4 git commands to generate.