I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-10-31 18:47:04.598041-07 by patl in response to 13532
Re: (in cleanup) Unknown Java object reference
Try adding java.lang.System to your studied classes, and then you can call:
$java::lang::System::out->close() ;
to close the stdout on the Java side.
Direct Responses: 13534 | Write a response