hi,I created a module in a file called utilities .pm in some folder say C:\wamp\ww\perl\utilities\ which has a function say "Func1"
Now I want to use this module in a test.pl file If I use use utilities; or use "C:\wamp\www\perl\utilities"; it doesnt work How can i access the module functions ?? Thanks Shilpi
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/