Octavian Rasnita wrote:
Does anyone know how can I do something like:
my $mod = "Module.pm";
#Then require this $mod module (using eval()
#Then executing a certain subroutine from that module and getting
the results.
I found that I can require a module and execute it entirely but I
am not able to c
Hi all,
Does anyone know how can I do something like:
my $mod = "Module.pm";
#Then require this $mod module (using eval()
#Then executing a certain subroutine from that module and getting the results.
I found that I can require a module and execute it entirely but I am not able to
choose to e