Re: Executing a subroutine from a runtime chosen module

2004-07-10 Thread Gunnar Hjalmarsson
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

Executing a subroutine from a runtime chosen module

2004-07-10 Thread Octavian Rasnita
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