(no subject)

2002-04-06 Thread Greg Sidelinger
I’m using the TieRegistry module to change the path environment variable but when I start a new cmd prompt the settings are not in effect but the changers are in the registry.  How do I tell windows to use the new settings and not the ones it has cached?   Greg  

RE: PATH

2002-04-04 Thread Greg Sidelinger
Greg Sidelinger Sent: Friday, April 05, 2002 1:07 AM To: [EMAIL PROTECTED] Subject: PATH   How can I set the path environment variable from a perl script and have it stick.  I have a perl script that needs to set the path because other scripts that it calls need the updated path.    Greg

PATH

2002-04-04 Thread Greg Sidelinger
How can I set the path environment variable from a perl script and have it stick.  I have a perl script that needs to set the path because other scripts that it calls need the updated path.     Greg

cgi - frames

2002-02-22 Thread Greg Sidelinger
how can I generate more than one frame with a single run on a cgi perl script and keep the file sent to the browsers separate. right now with the way I'm trying to attemped it all the html files I want to send end up being one. Greg [EMAIL PROTECTED]