Hi All....

I have a (dumb) question :-)

I've built a some classes (eg: ILLString) which live in ./ISO/types
The class "header" is:  Package ISO::types::ILLString

Everything in my test program works fine if (in the top-level directory) I 
say:

use ISO::types::ILLString;
my $s = new ISO::types::ILLString("This is a string");

Is there any way I can just say:

use ISO::types::ILLString;
my $s = new ILLString("This is a string");


Frantically learning about Perl OOP,
David Christensen

Reply via email to