http://www.perlmonks.org?node_id=995666


in reply to Using Perlscript in ASP to create excel file

Hi

I'm not sure what you are trying to do, but I feel that a look at Template::Toolkit or similar may be of use to you.

Or maybe check the web for Ajax.

J.C.

  • Comment on Re: Using Perlscript in ASP to create excel file

Replies are listed 'Best First'.
Re^2: Using Perlscript in ASP to create excel file
by chooper (Initiate) on Sep 26, 2012 at 21:20 UTC
    Thanks for checking anyway. I appreciate that. Probably my lack of knowledge in PerlScript running in .asp combined with not explaining myself well has resulted in a no solution yet for me. I'm still looking in to it. But just briefly I have asp running perlscript. i.e.
    <%@ Language=PerlScript %> <% for($i=0; $i<=10; $i++) { # # my Perl code here # } %>
    I use a lot of Perl modules on the asp pages in perlscript language Win32::ODBC etc.. and all works fine and I just can't understand why opening an excel application and writing to it should be any different. I'll keep going...hopefully in the right direction...just need to ask the right questions really....
      Opening an excel application? Where do you attempt that?