Well, external tasks aren't limited to perl scripts. You could call the java program directly.If you must do it from perl, you can invoke any system command using system(), `` or qx().~Jeff
call the java program directly,,,but how..tell me the steps