in reply to
probelm with parsing regex
Add the missing chars like - to your expression.
($x) = $w =~ /^host,\s*([\w-]+)\s*/;
[download]
Boris
Comment on
Re: probelm with parsing regex
Download
Code
In Section
Seekers of Perl Wisdom