[San-Diego-pm] Use

Joel Fentin joel at fentin.com
Mon Jan 10 22:46:20 PST 2005


At the meeting tonight I learned that I could take my x.pl package and 
rename it x.pm. Thus in the main module, I can say:
use x; instead of require 'x.pl';

I am running into a problem where x.pm is one directory from some (not 
all) of my main modules. With x.pl, I can say:
require '../x.pl';

I have not figured out how to say the same thing with x.pm. I've tried 
several combinations and have looked it up. I need the relative addressing.

What does it want?
-- 
Joel Fentin       tel: 760-749-8863    FAX: 760-749-8864
Email me:         http://fentin.com/me/ContactMe.html
Biz Website:      http://fentin.com
Personal Website: http://fentin.com/me



More information about the San-Diego-pm mailing list