[Purdue-pm] Fwd: Why does this work?

Bradley Andersen bradley.d.andersen at gmail.com
Wed Apr 4 13:37:43 PDT 2012


---------- Forwarded message ----------
From: Bradley Andersen <bradley.d.andersen at gmail.com>
Date: Wed, Apr 4, 2012 at 2:02 PM
Subject: Re: Why does this work?
To: Purdue Perl Mongers <purdue-pm at pm.org>


I just turned on my brain and I think I know why now, sorry :)
(I was referring to line 8)


On Wed, Apr 4, 2012 at 1:20 PM, Bradley Andersen <
bradley.d.andersen at gmail.com> wrote:

>   1 #!/usr/bin/env perl
>   2
>   3 use strict;
>   4 use warnings;
>   5
>   6 use feature 'say';
>   7
>   8 for my $i(1 .. 10) {;
>   9     say $i;
>  10 }
>
>
> ?? Why does that work?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/purdue-pm/attachments/20120404/970e0ead/attachment.html>


More information about the Purdue-pm mailing list