From:                   [EMAIL PROTECTED]
> Yeah.     Use  ->is the directive to include packages !
> 
> like ex:-
> 
> Use Net::CMD;

Of course with lowercase "U" and also "MD" :

        use Net::Cmd;

Perl is case sensitive even in the names of modules. Even though 
it might not seem to be so on a sase-insensitive filesystem (it'll find 
the right module even if you use a different casing, but it'll not 
initialize it properly and will NOT import the functions)

Jenda

P.S.: I guess the mr.Dinesh's mail client caused the uppercase "U" 
in "Use". Some programs always think they know best.

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
                                        --- me

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

Reply via email to