"Patrick LeBoutillier" <[EMAIL PROTECTED]> writes: > You don't need to actually put Java code in your Perl script, but you must > give Inline::Java > one of two things: > > 1) A list off all the classes that ypu will want to use in Perl > or > 2) The name of the first class you want to use in Perl, plus tell it to > study everything else it encounters > automatically
Also, if you're using the latest version of Inline::Java, you can read the documentation for study_classes and list classes you need to use at runtime. Cheers, jas.