I think Helen is trying what I once did...
I wrote a script that setup a cgi web area using a template cgi script. 
The script changed the variable settings directly in the script.

If I knew then what I know now.. I would have setup a file that contained
these variable values and never touch the cgi script. Then the rest of the
script would just copy some files into directory and setup a webpage to link
to the cgi info. Because I did it the "dumb" way it took me 4 times longer
to get it to work right.


> -----Original Message-----
> From: John W. Krahn [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 09, 2002 3:56 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Opening another script and changing variables
> 
> 
> Helen Dynah wrote:
> > 
> > HI,
> 
> Hello,
> 
> > I have a perl script and I am trying to write another
> > perl script which will open my first perl script, change
> > the values of some variables, and run the script with
> > these new variables.
> 
> perldoc -f use
> perldoc -f require
> perldoc -f do
> perldoc -q "How can I expand variables in text strings?"
> 
> > Does anyone know if this is possible
> 
> Yes.
> 
> > and if so how I would do this.  Thanks everyone.
> 
> What do you _really_ want to do?  It sounds like you have a 
> problem and
> you think that doing it this way will solve your problem.  
> Tell us what
> the actual problem is and we may be able to provide some alternatives.
> 
> 
> John
> -- 
> use Perl;
> program
> fulfillment
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to