in reply to
Re: Re: map it back jack
in thread
map it back jack
You may not be particular about what ends up in $v, but if you're particular about what ends up in @elements you won't want to modify $_
($v=$_)=~tr/_/ /;$_,$v
Comment on
Re: Re: Re: map it back jack
Download
Code
In Section
Seekers of Perl Wisdom