in reply to
join doesn't seem to insert separators
easy:
use warnings;
would have spotted the error for you:
/:/ should probably be written as ":" at -e line 3.
always use warnings;
Comment on
Re: join doesn't seem to insert separators
Select
or
Download
Code
In Section
Seekers of Perl Wisdom