in reply to
Re: Check for Spaces in a String
in thread
Check for Spaces in a String
What about this:
$name=~/\s+\w+/
Comment on
Re^2: Check for Spaces in a String
Download
Code
In Section
Seekers of Perl Wisdom