L
lars.gersmann
hi,
when i execute the following
....
cgi.body{
cgi.h1{"huhu"} +
cgi.p{"Wasn los ?"} +
cgi.p{
Dir["*.*"].each{ |f|
"huhu "
}
}
}
....
i never got any "huhu" but
<BODY>
<H1>
huhu
</H1>
<P>
Wasn los ?
</P>
<P>
index.rbtest_dir.rbstyle.css
</P>
</BODY>
what do i wrong ?
thanks for helping me.
many regards,
lars
when i execute the following
....
cgi.body{
cgi.h1{"huhu"} +
cgi.p{"Wasn los ?"} +
cgi.p{
Dir["*.*"].each{ |f|
"huhu "
}
}
}
....
i never got any "huhu" but
<BODY>
<H1>
huhu
</H1>
<P>
Wasn los ?
</P>
<P>
index.rbtest_dir.rbstyle.css
</P>
</BODY>
what do i wrong ?
thanks for helping me.
many regards,
lars