We call our .pm methods by using.
use <directory>::<.pm>
How do I call perlchartdir.pm using this structure..
use ChartDirector::perlchartdir.pm
If I call ChartDirector::perlchartdir.pm it can't find the supporting files... Is there a way to tell perlchartdir.pm where it's supporting files are??
Thanks,
~Donavon |