garymgordon
Programmer
With regard to finding modules?
Why does:
require 'c:\temp\Employee.pm';
work ok, yet ...
use 'c:\temp\Employee.pm';
doesn't?
Can you explain .. and tell me how I could do this with USE and have it find the location of this file, in a particular directory?
Gary
Gary M. Gordon, LLC
webmaster@garymgordon.com
Certified Web Developer ::
Application Programmer
Why does:
require 'c:\temp\Employee.pm';
work ok, yet ...
use 'c:\temp\Employee.pm';
doesn't?
Can you explain .. and tell me how I could do this with USE and have it find the location of this file, in a particular directory?
Gary
Gary M. Gordon, LLC
webmaster@garymgordon.com
Certified Web Developer ::
Application Programmer