[Purdue-pm] Why does this work?

Bradley Andersen bradley.d.andersen at gmail.com
Wed Apr 4 10:20:04 PDT 2012


  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/2681d742/attachment.html>


More information about the Purdue-pm mailing list