guha has asked for the wisdom of the Perl Monks concerning the following question:
The rest of the site is ASP, mainly used as SSI, and PerlScript. The authorization system is coupled to the Session object.
Currently I use Spreadsheet::WriteExcel to generate the data using standard perl cgi and it works great.
The problem is to make both authorization and spreadsheet generation work together.
1. If I stick to std perl cgi is there any way to get to the Session object ?
2. PerlScript would put me into the problem of transmitting the binary spreadsheet, probably using $Response->BinaryWrite, right ?
The site is currently located at an ISP which probably means that using native Excel through Win32::OLE is out of the question and besides Spreadsheet::WriteExcel does not contain macros thereby eliminating the potential of sending virus-infected data to the clients.
In perl we trust ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: $Session from cgi BinaryWrite from PerlScript
by Caillte (Friar) on Oct 05, 2001 at 14:58 UTC | |
by guha (Priest) on Oct 05, 2001 at 16:13 UTC | |
by Caillte (Friar) on Oct 05, 2001 at 17:03 UTC | |
|
Re: $Session from cgi BinaryWrite from PerlScript
by trantor (Chaplain) on Oct 05, 2001 at 16:09 UTC | |
by jehuni (Pilgrim) on Oct 07, 2001 at 19:00 UTC | |
|
Re: $Session from cgi or BinaryWrite from PerlScript
by guha (Priest) on Oct 05, 2001 at 19:00 UTC | |
|
Re: $Session from cgi BinaryWrite from PerlScript
by perrin (Chancellor) on Oct 05, 2001 at 18:01 UTC | |
by $code or die (Deacon) on Oct 07, 2001 at 23:02 UTC |