Question about 'use JPL::Class'
[email protected] Fri, 2 Jun 2000 10:57:23 -0400
| Newsgroups | perl.jpl |
|---|---|
| Message-ID | <[email protected]> |
In a Perl script using the JNI module, is it necessary to 'use JPL::Class'
for every object I want to import or can I use the * wildcard like in Java?
For example:
use JNI;
use JPL::AutoLoader;
use JPL::Class 'java::parent::child1';
use JPL::Class 'java::parent::child2';
use JPL::Class 'java::parent::child3';
use JPL::Class 'java::parent::child4';
or can I say:
use JNI;
use JPL::AutoLoader;
use JPL::Class 'java::parent::*';
Thanks,
Scott.
====================================================
M. Scott Roth,
<[email protected]>
Information Systems Engineer
Science Applications International Corporation
703-375-2260
========================<><=========================