Perl Interview Questions and Answers
=~
!~
!
if ($_ !~/[KC]arl/) { Of course, as we are testing $_ this works too:
$_
if (!/[KC]arl/) {
....
}
Post a Comment
No comments:
Post a Comment