On 11-01-10 10:21 AM, Sunita Rani Pradhan wrote:
Yes I can use that . Does this -w option works on windows or not ?

I do believe so but if you `use warnings;` you can turn it off. You can't do that with -w.

use warnings;

{
  no warnings;
  # some code
}


--
Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
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