Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have embedded a perl interpreter into a c program. However, the
perl code I am calling is a perl module. However, inside the perl
new () method it cannot see class data.
However, I use #!/usr/bin/perl interpreter it works.
Help?!?