in reply to Learning Perl 3 questions (misc)
join $sep, $one, $two, $three; [download]
"$one$sep$two$sep$three"; # well in the long run anyway =P [download]
sub this { "This" } sub that { "That" } [download]