----- Original Message -----
From: "Andrea Holstein" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 11, 2002 4:56 AM
Subject: Re: Im really new to perl....


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

yep! That's the same I mean!

eGardz!

        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