Searched refs:Regex (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables1776 my $Regex = shift;
1782 $RegObj = qr/$Regex/;
1787 print "couldn't compile /$Regex/ on $0 line $Line: $@\n";
1797 my $Regex = shift;
1799 if (eval { 'x' =~ qr/$Regex/; 1 }) {
1802 print "expected error for /$Regex/ on $0 line $Line: $@\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm365 Regex options may be placed on the end (C<'/that/i'>).

Completed in 158 milliseconds