From: Bob Date: 2004-12-29T00:51:48+09:00 Subject: Some methods don't work in WinXP? Do some methods / functions not work in the WinXP implementation? The array sort do not seem to work. a=["b", "a", "d"] print a => bad a.sort print a => bad (this is right out of the documentation!) and inline_string="yo" print "yada yada #(inline_string) yada yada " =>prints as "yada yada #(inline_string) yada yada" not "yada yada yo yada yada" What gives, I am missing a library or something? I installed the windows one click installer. Runing WinXp pro, Xitami webserver, thanks bobc