From jraspass at gmail.com Tue Dec 8 06:04:03 2015 From: jraspass at gmail.com (James Raspass) Date: Tue, 8 Dec 2015 14:04:03 +0000 Subject: [Fleet-pm] Last mongers of the year! Message-ID: Tomorrow is the last Fleet Perl Mongers of the year, and just before LPW, hope to see you all at both, that includes you this time Tom ;-) Here's a fun topic for you everyone, did you know that autovivification requires a variable? [jraspass at work ~]$ perl -e '$_=sub{}->(); $_->{key};' -e 'sub{}->()->{key}' Can't use an undefined value as a HASH reference at -e line 2. This came from a real bug from moving my $result = func(); my $result2 = $result->{key}; to my $result2 = func()->{key}; -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at eborcom.com Wed Dec 9 15:31:07 2015 From: tom at eborcom.com (Tom Hukins) Date: Wed, 9 Dec 2015 23:31:07 +0000 Subject: [Fleet-pm] Last mongers of the year! In-Reply-To: References: Message-ID: <20151209233106.GW6070@eborcom.com> On Tue, Dec 08, 2015 at 02:04:03PM +0000, James Raspass wrote: > Tomorrow is the last Fleet Perl Mongers of the year, and just before LPW, > hope to see you all at both, that includes you this time Tom ;-) We made it! Both the camel and I enjoyed our visit. I look forward to seeing several of you again on Saturday at LPW. Tom