On 09/16/2018 05:58 PM, Curt Tilmes wrote:
Read this: https://perl6advent.wordpress.com/2017/12/02/perl-6-sigils-variables-and-containers/Then go back and read it again. It took me several times, and I'm still not sure I get it all :)
I am spacing on the difference between
my $foo = 42; and
my $foo := 42;
To add insult to injury, I come from Modula2, where
`:=` is `=` in Perl.
-T
