I'm writing a Java app that uses exiftool and it would be nice to be able to integrate exiftool in-process (via Perl6 on the JVM). Has anybody ever attempted this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm writing a Java app that uses exiftool and it would be nice to be able to integrate exiftool in-process (via Perl6 on the JVM). Has anybody ever attempted this?
From what I understand, Perl6 is a different language and not compatible with Perl5 programs.