![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: Manually adding delimiters instead of join()by gawatkins (Monsignor) |
on Oct 12, 2004 at 20:32 UTC ( #398678=note: print w/replies, xml ) | Need Help?? |
If you are set on using :: as your separator, you would have to escape them like any other special characters. You could do something like this: $users{$username}"$password\:\:$name\:\:$email\:\:$website\:\:$start"; ThanksGreg W
In Section
Seekers of Perl Wisdom
|
|