Hi,

I want to create a module, say ABC.pm.
I dont want to build and install the module.

I want to use a function xyz() of the module ABC in some other script.
AND, I want to call the function as 
xyz();
instead of
ABC::xyz();

Can anyone tell me how to do that without installing the module ?
Is it sufficient to push the Module path in @INC ?

Regards
Rajeev

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

Reply via email to