On 04/04/2013 00:29, Angela Barone wrote:
I'm just curious about this. If you put "no warnings" inside a loop,
is it good only for that loop, or will it be in effect until the end
of the script?
Also see `perllexwarn`
Rob
--
To unsubscribe, e-mail: beginners-unsubscr.
On 04/04/2013 00:29, Angela Barone wrote:
I'm just curious about this. If you put "no warnings" inside a loop,
is it good only for that loop, or will it be in effect until the end
of the script?
Hi Angela
The `warnings` pragma is *lexically* scoped. That means it applies
On Wed, Apr 3, 2013 at 4:29 PM, Angela Barone
wrote:
> I'm just curious about this. If you put "no warnings" inside a
> loop, is it good only for that loop, or will it be in effect until the end
> of the script?
>
See: perldoc perllexwarn
>From above
On Apr 3, 2013, at 4:29 PM, Angela Barone wrote:
> I'm just curious about this. If you put "no warnings" inside a loop,
> is it good only for that loop, or will it be in effect until the end of the
> script?
'no warnings' is lexically scoped, meaning
On Wed, Apr 3, 2013 at 8:29 PM, Angela Barone
wrote:
> I'm just curious about this. If you put "no warnings" inside a
> loop, is it good only for that loop, or will it be in effect until the end
> of the script?
>
>
Only for the loop -- warnings, along w
I'm just curious about this. If you put "no warnings" inside a loop,
is it good only for that loop, or will it be in effect until the end of the
script?
Thanks,
Angela
A2 Hosting now has Perl 5.10.1
http://www.a2hosting.com/1250.html
--
To unsubscribe, e-mail: beg