class Sample {
public static void main(String[] args) {
Sample samp = new Sample();
samp.hello_perl();
}
perl void hello_perl() {{
print "Perl version is $]\n";
}}
} |
| Forward to Calling Java from Perl with JPL: Example
Back to JPL Up to PerlInside section index Up to Perl Inside course index |
Perl Inside: PerlInside - 34
Copyright © 1999, Brian Jepson
|