Hey All,
I have a string here that may/maynot containg the words NOT YET AVALIABLE. How can I
using perl and regex look for a match for the above words. Would it be something like
the following...
if (test =~ qw(NOT YET AVALIALBE)) {
print "Sorry not yet avaliable!";
else {
print "Another Crud goes here...!";
}
Any ideas? I don't have to use the quoted words (qw) and would probably rather use a
regex as they way I can tell it not to match case.
Thanks,
Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]