I have a Perl module which writes another Perl script, and wants to have that Perl script call me back (in the creating module). Since I am writing code, the $self I use in my print gets stringified, and of course cannot be called.
Is there a way to destringify the stringified class to be able to call a method therein properly?