in reply to Re: On Line Book - Exploring Programming Language Architecture in Perl - Updated
in thread On Line Book - Exploring Programming Language Architecture in Perl - Updated

I believe I've fixed it, at least the Opera that I tested that was hanging no longer does so. Problem wasn't the javascript per se, it was the script tag that has to be in the form <script ...></script> e.g. <script .../> won't cut it for older browsers.
Bill H
perl -e 'print sub { "Hello @{[shift->()]}!\n" }->(sub{"World"})'
  • Comment on Re^2: On Line Book - Exploring Programming Language Architecture in Perl - Updated
  • Download Code

Replies are listed 'Best First'.
Re^3: On Line Book - Exploring Programming Language Architecture in Perl - Updated
by BrowserUk (Patriarch) on Mar 18, 2008 at 22:55 UTC