On Wed, 2016-06-29 at 17:56 +0200, Bram Vanroy | KU Leuven wrote:
Hi there BaseX people!
Original post on StackOverflow: http://stackoverflow.com/questions/38086358/starting-multiple-session s-in-ba sex-with-perl-compilation-failed-at-carp-pm
On the command-line, does perl -le 'use Carp::Heavy;' work (i.e. return silently)?
If not, try perl -le 'use Carp;' and if that doesn't work, install Carp.
If this is a standard Perl installation Carp is included in the core, you should already have Carp::Heavy installed.
Make sure your Perl script has use Carp; near the start.
Is it possible to launch multiple sessions from Perl that can work simultaneously, and if so, how do you launch these sessions and access them?
I haven't managed more than one session using the Perl API, whether in parallel or one after the other.
Liam