|
|
| Just another Perl shrine | |
| PerlMonks |
Re: join doesn't seem to insert separatorsby zdog (Priest) |
| on Sep 13, 2004 at 23:18 UTC ( #390700=note: print w/ replies, xml ) | Need Help?? |
|
Try this: print join( ":", "dog", "day", "afternoon" );The first argument join() takes is the expression with which you want to connect the list. In this case, you want to pass a string rather than a regular expression (or whatever /:/ turns out to be). Zenon Zabinski | zdog | zdog@perlmonk.org
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||