[sisyphus] Ruby

Alexander Bokovoy =?iso-8859-1?q?a=2Ebokovoy_=CE=C1_sam-solutions=2Enet?=
Ср Окт 2 11:59:54 MSD 2002


On Wed, Oct 02, 2002 at 09:26:50AM +0700, Ilya Palagin wrote:
> Выдает ошибку "parse error" при запуске кода:
> ------------------------------------
> require 'cgi'
> cgi = CGI.new("html3")
> cgi.out{
>    CGI.pretty (
>      cgi.html{
>        cgi.head{""} +
>        cgi.body{
>            cgi.html{"Hi man"}
>        }
>      }
>    )
> }
> ------------------------------------
> Если убрать CGI.pretty, ошибки нет.
Уберите скобки вокруг CGI.pretty и перенесите cgi.html на ту же строку:
	CGI.pretty cgi.html{ ...

У меня работает без проблем.
-- 
/ Alexander Bokovoy
---
Ad astra per aspera.
	[To the stars by aspiration.]



Подробная информация о списке рассылки Sisyphus