suaveant has asked for the wisdom of the Perl Monks concerning the following question:
whereas in the Perl I haveimport com.ftid.fisi.methodology.irs.evaluator.IrsHeader; # and use new IrsHeader();
is there a better way to do this? Or a way to shorten up the namespace at least?use Inline ( Java => 'STUDY', AUTOSTUDY => 1, STUDY => ['com.ftid.fisi.methodology.irs.evaluator.IrsHeader'], ); #and have to do new com::ftid::fisi::methodology::irs::evaluator::IrsHeader();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Shortcutting namespaces in Inline::Java
by TimToady (Parson) on Apr 24, 2007 at 18:31 UTC | |
by suaveant (Parson) on Apr 24, 2007 at 20:17 UTC | |
|
Re: Shortcutting namespaces in Inline::Java
by Moron (Curate) on Apr 24, 2007 at 18:02 UTC | |
by suaveant (Parson) on Apr 24, 2007 at 18:09 UTC | |
by Moron (Curate) on Apr 24, 2007 at 18:25 UTC | |
by suaveant (Parson) on Apr 24, 2007 at 19:40 UTC | |
by Moron (Curate) on Apr 24, 2007 at 20:31 UTC | |
|