in reply to
Re: I need just the value
in thread
I need just the value
Another possibility would be using
join
, a la:
print join '/', @array;
Comment on
Re^2: I need just the value
Download
Code
In Section
Seekers of Perl Wisdom