Java::Import

Java::Import is Perl module to use Java classes in Perl.
Download

Java::Import Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Rusek
  • Publisher web site:
  • http://search.cpan.org/~rusekd/Java-Import-0.01/lib/Java/Examples.pod

Java::Import Tags


Java::Import Description

Java::Import is Perl module to use Java classes in Perl. Java::Import is Perl module to use Java classes in Perl.SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 = $instance->someOtherMethod($ret_val); $ret_val2->someMethod(); my $java_array_ref $instance->someMethod2(); foreach my $obj ( @$java_array_ref ) { $obj->someMethod(); }The purpose of this module is to provide a simple method for using Java classes from a Perl program while using the latest in Open Source Java Technology. Thus, this module makes great use of the GNU Compiler Tools for Java in it's implimentation. Requirements: · Perl


Java::Import Related Software