On Thu, 6 Jun 2002, Martijn van den Burg wrote:
>
> So the Q. is: Can header_props accept more than one argument? And if so, does
> it accept 'Content-Disposition'?

I believe it does. It should work the same as the CGI.pm header()
function. In your case you may need to use:

'-Content-Disposition'

If you don't put the single quotes around it, Perl may interpret the
second dash as a minus sign.

If you want to debug further  you can run your application from the
command line ana see the exact headers it's producing for you.

  -mark

http://mark.stosberg.com/


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to