Re: Help Please.

2001-07-02 Thread scott [gts]
2 AM > To: Syed Anwaruddin > Cc: [EMAIL PROTECTED] > Subject: Re: Help Please. > > > Hi, > > try calling a redirect to the file you have just manipulated on your server > by your first script.. This will make the browser download your file as > long as the ext

Re: Help Please.

2001-07-02 Thread Gonzalo Quan
Hi, try calling a redirect to the file you have just manipulated on your server by your first script.. This will make the browser download your file as long as the extension of your file is set on the client as a downloadable file not inline as a .pdf for instance HTH G At 04:23 AM 7/2/20

Help Please.

2001-07-02 Thread Syed Anwaruddin
Hi ALL, I have a problem in downloading the files to a client machine. My Web Server is runing on one machine and my client on another. I started the Browser on Client and trying to download the files to the client. But my perl script is putting the files on the Server. My Script logic is as f

Re: Help Please.

2001-06-21 Thread Ron Grabowski
> Scripts aborts, When I am using the command system ("tar -cvf test.tar > t1.txt, t2.txt...). when same is tried from the prompt it works. I have set > the PATH to the executable but its not working. You probably don't need the -v tag for verbose mode since this will be happening in the backgrou

RE: Help Please.

2001-06-20 Thread Trevor Joerges
Title: RE: Help Please. Try the system call using this syntax:     $prog = "c:/the/path/to/my/script.pl";     @args = ($prog, "arg1", "arg2", "arg3");     system(@args) == 0 or die "System call failed: $?"; Or bette

Help Please.

2001-06-20 Thread Syed Anwaruddin
Hi All, I have one perl script calling another script. First perl script will keep browser active and other perl script will tar and zip the files on NT using tar and gzip command. Scripts aborts, When I am using the command system ("tar -cvf test.tar t1.txt, t2.txt...). when same is tried fr

Re: Can anyone help please

2001-03-01 Thread Gunther Birznieks
More details please. Are you referring to an intranet where your users are inside and you want to track them (cuz you talk about being able to control their proxy?) or are you talking about some other scenario? At 10:24 AM 2/20/01 +, Smith, Stephen (ELS) wrote: >Hi everyone, > >I have to m

Newbie - Help please!!

2001-02-28 Thread Sharon Tiroff
Hi! I added the code below to my CGI script to send HTML mail. The HTML mail sends fine, however within the text display of my CGI form, CGI errors are printing referring to the Domain.pm. I have never modified, let alone opened the Domain.pm. I included the errors and the lines of the Domain.pm

RE: Can anyone help please

2001-02-20 Thread Smith, Stephen (ELS)
Gunther, The scenario is we have a corporate website which allow freelance maintainers to product branded areas, as those arease are not administered our apache server must modify their html pages on the fly and open a new browser window whilst logging to a distinct log file. More details pleas

Can anyone help please

2001-02-20 Thread Smith, Stephen (ELS)
Hi everyone, I have to make the tracking of users who follow links to external sites possible, preferably indicating in specific logfiles when a new browser is opened for linking to external sites. We have tried proxy solutions, modifying Apache core modules and are considering scanning and