thanks ! :)

07.07.2014, 17:38, "Shawn H Corey" <shawnhco...@gmail.com>:
> On Mon, 07 Jul 2014 17:26:05 +0300
> Розанда ЧУП <rozanda2...@yandex.ru> wrote:
>>  #!/usr/bin/perl -w
>
> This turns the warnings on for everything, including modules that have
> to violate best practices in order to achieve their function. It is
> better to `use warnings;` so hey can turn it off where needed and you
> don't get warnings about things that can't be changed.
>
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> --
> Don't stop where the ink does.
>         Shawn
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to