[DFW.pm] Homework for the list, and for Oct 08 meeting

Patrick R. Michaud pmichaud at pobox.com
Thu Sep 11 14:19:07 PDT 2014


On Thu, Sep 11, 2014 at 03:29:38PM -0500, Tommy Butler wrote:
> Any language that makes me use a plus sign for string concat... *ducks*

Which language would that be?  ;-)

Perl 6 uses the tilde for concatenation, and as a string contextualizer:

   say  "hello" ~ " world";

   my $a =  ~(3*5+7);      # sets $a to string "22"

Pm


More information about the Dfw-pm mailing list