From: lg Date: 2006-01-03T22:27:57+09:00 Subject: could someone explain this CGI problem ? the following code sequence cgi.div{ 1..3.times{ |i| cgi.div{ "hello from div" } } } produces
1..3
but i wanted to produce
huhu
huhu
huhu
could someone point me how to get the right result ?