Quoting from Programming Perl book:

*use v5.14;*

This particular declaration turns on several pragmas including "use
strict"; it also enables new features like the *say* verb, which (unlike
print) adds a newline for you. The implicit strictures feature was added in
v5.12.




On Tue, Aug 6, 2013 at 12:39 PM, Peter Gordon <pete...@netspace.net.au>wrote:

> On Mon, 5 Aug 2013 13:30:18 -0500, Andy Bach wrote:
>
> > Nice article from the "Perl Maven"
> > http://perlmaven.com/strict
>
> > From the really useful newsletter
> > http://perlmaven.com/perl-maven-newsletter
>
> I'm confused by this documentation.
> http://perldoc.perl.org/functions/use.html
> Does it mean that:
> use 5.12.0;
> automatically turns on "use strict;" ?
>
> --
> Peter Gordon, pete...@netspace.net.au on 08/06/2013
>
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>


-- 
Regards,
Chankey Pathak <http://www.linuxstall.com>

Reply via email to