Content deleted Content added
m cat |
m Grammar |
||
Line 45:
$string1 = "Hello World\n";
if ($string1 =~ m/l+/) {
print "There are one or more consecutive
}
<B>Output:</B>
There are one or more consecutive
</pre></td>
|
m cat |
m Grammar |
||
Line 45:
$string1 = "Hello World\n";
if ($string1 =~ m/l+/) {
print "There are one or more consecutive
}
<B>Output:</B>
There are one or more consecutive
</pre></td>
|