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
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
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
> 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
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
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
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
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
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
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
10 matches
Mail list logo