On Fri, Sep 5, 2008 at 12:09 PM, <[EMAIL PROTECTED]> wrote: > Hello, > > I want to generate a data file which should be downloaded by clients. > Rather than generate this file and put it in a web dir and tell > clients to download it, is there any way to generate the content > dynamicly and put it to cients? I mean I don't want to generate the > temporary file. Thanks.
Hi, Jen. This list is for mod_perl users. It sounds like you are new to web programming, but I could be wrong. I would suggest with a google search for "perl cgi tutorial" and go from there. There is also a beginners-cgi mailing list (not this) and perlmonks.org is a great site for general perl knowledge. Sean