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

The link works for me in Firefox 2.0.0 but not in IE 7.0.5

UPDATE

Now working in IE7 too.
  • Comment on Re^6: On Line Book - Exploring Programming Language Architecture in Perl - Updated

Replies are listed 'Best First'.
Re^7: On Line Book - Exploring Programming Language Architecture in Perl - Updated
by billh (Pilgrim) on Mar 18, 2008 at 12:47 UTC
    I just tried it on an old FreeBSD Opera and saw the blank screen. I guess I have to fix if it breaks IE (I use any of Firefox, Safari and Konqueror without any problems.)
    Maybe I need to add a php browser detect to conditionally include the JavaScript. Or maybe I just need to fix the JavaScript.
    Bill H
    perl -e 'print sub { "Hello @{[shift->()]}!\n" }->(sub{"World"})'