In article <003301c1b339$e9e9b580$[EMAIL PROTECTED]> wrote "Kliment Ognianov" 
<[EMAIL PROTECTED]>:


>> Ok im really new and was wondering what the -w meant after the #!/usr/bin/perl line.
>>
>> Thanks.
>>
>>
> In older versions of Perl there's a module called warnings......this is the same. It 
>simply
> notices you about suspicious situations in the code. The '-w' key does the same.
> 

Especially when you work together with some Internet Providers,
it's more safe to use the -w switch instead of the use warnings;
statement.

They sometimes have perl distributions where the use warnings; 
statement fails, because the warnings.pm file misses. 
But the -w option nearly never fails.

Greetings,
Andrea

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to