[Speedycgi-users] Speedy with Spreadsheet::WriteExcel
Brought to you by:
samh
|
From: Jonathan B. <jo...@es...> - 2002-12-19 22:04:45
|
There's something wierd with Spreadsheet::WriteExcel. If you use it, the _first_ speedy connection will never end (subsequent ones are fine, though). Try the following two programs: 1) #!/usr/bin/speedy use Spreadsheet::WriteExcel print(<<EOF); Content-Type: text/html <html> <head> <title>Test</title> </head> <body> test </body> </html> EOF 2) #!/usr/bin/speedy print(<<EOF); Content-Type: text/html <html> <head> <title>Test 2</title> </head> <body> Test 2 </body> </html> EOF When you first load it in your web browser, program #1 will never terminate unless you reload it (the world keeps on spinning), or program #1 won't ever display anything at all, depending on your setup. Any ideas? I'm pretty stumped. Jonathan Bartlett |