ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  perl File Location
Posted by Donavon on Feb-26-2013 06:30
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

  Re: perl File Location
Posted by Peter Kwan on Feb-26-2013 22:09
Hi Donavon,

One method I can think of (without modifying perlchartdir.pm) is to add a line:

use lib ChartDirector;

Hope this can help.

Regards
Peter Kwan