Hi,

Ok, I see. Please tell me if there is a way to do what I want.

I want to get a certain string value from a text file, use that text string
as the name for a module, execute that module, and get the result of a
certain variable which is created in that module for using it in the program
which calls the module.

It is not absolutely necessary to use a .pm module, but I want to choose
what perl file I want to execute and get its result in the program that
calls it.
I would like not to be forced to use the shell, and i hope it is possible.

Thank you.

Teddy



----- Original Message ----- 
From: "Bob Showalter" <[EMAIL PROTECTED]>
To: "'Octavian Rasnita'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, April 05, 2004 3:29 PM
Subject: RE: Running a Perl module


> Octavian Rasnita wrote:
> > Hi all
> >
> > I want to run a certain perl module by getting the name of the perl
> > module from a scalar variable like:
> >
> > $module ="Test";


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to