dslinux/user/perl/jpl/docs Tutorial.pod

cayenne dslinux_cayenne at user.in-berlin.de
Mon Dec 4 18:00:08 CET 2006


Update of /cvsroot/dslinux/dslinux/user/perl/jpl/docs
In directory antilope:/tmp/cvs-serv17422/jpl/docs

Added Files:
	Tutorial.pod 
Log Message:
Adding fresh perl source to HEAD to branch from

--- NEW FILE: Tutorial.pod ---
=head1 NAME

Tutorial - Perl and Java

=head1 SYNOPSIS

Java and Perl have different strengths and complement each other well.

You can connect them at runtime with tools such as JPL, PJC, or
ActiveX. In theory, you can convert Perl to Java bytecode, and
vice-versa.

=head2 Note:

Not actually a conversion.

At this stage, we are generating Java opcodes by walking Perl's syntax
tree. This is very different from converting Perl to Java. It's a lot
easier!
[...1008 lines suppressed...]
=item 3 

If the constructor or method takes arguments, use getmeth to look up its
signature. 

=item 4 

Use $self to access Java instance variables and methods.

=back

=head1 COPYRIGHT

Copyright (c) 1999, Brian Jepson

You may distribute this file under the same terms as Perl itself.

Converted from FrameMaker by  Kevin Falcone.

=cut




More information about the dslinux-commit mailing list