----- Original Message -----
From: "Cons" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 11, 2002 3:49 AM
Subject: Im really new to perl....


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

        Kliment Ognianov
        Network Administrator & Developer
        ISP Networks Department
        BulInfo Ltd.
        http://www.bulinfo.net/




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

Reply via email to