On Tuesday, April 9, 2002, at 01:04 , Nikola Janceski wrote:
> 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
OTECTED]]
> 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
> &g
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 ca
On Tuesday, April 9, 2002, at 12:29 PM, bob ackerman wrote:
>
> On Tuesday, April 9, 2002, at 11:06 AM, Helen Dynah wrote:
>
>>
>> HI,
>>
>> 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
>>
On Tuesday, April 9, 2002, at 11:06 AM, Helen Dynah wrote:
>
> HI,
>
> 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. Does anyone know if this is
>
HI,
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. Does anyone know if this is possible and if so how I would do this.
Thanks everyone.
Helen
---