in reply to
regexp: match anything but "/"
the following statement can help u....
if (m#[^\/]#)
{
# do something..
}
* Frank *
Comment on
Re: regexp: match anything but "/"
Select
or
Download
Code
In Section
Seekers of Perl Wisdom