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


in reply to Re^4: Using XML::Saxon::XSLT2 Errors
in thread Using XML::Saxon::XSLT2 Errors

Honestly? I don't know enough about Java to answer that.

If you have a relative path though, it's pretty trivial to make it absolute (File::Spec, etc).

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name