http://www.perlmonks.org?node_id=1006927


in reply to Re^2: Java programming and Perl
in thread Java programming and Perl

Yes - as I understand it, this is what perldroid does.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^4: Java programming and Perl
by heatblazer (Scribe) on Dec 03, 2012 at 18:56 UTC

    I`ll look at it ASAP. I am intermediate Perl user and I want to add it`s functionality to java programs so I guess it`s my choice.

    Thank you