Doe your m > Hi All > I have a perl module I want to use in a perl script and make available by the ' use > mymodule.pm' call. > Plus I would like to place it the same directory as the main script. The main script > runs fine until I > make a call to the module. I then then I get a ' subroutine not defined '
Is the subroutine in your module? If so does the module export it, either automatically or by speciffically reuqesting it? (IE use Module 'function';) OR are you calling it by: Module::function() ?? DMuey > What am I doing wrong. Thanks for your help > Cheers > Colin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>