what do you mean by embedded Ruby??
is it the same as eruby??
is eruby runnable through dos-prompt or do i have to use Apache WS for
running eruby???
pls advise
	John
-----Original Message-----
From: dave / thomases.com [mailto:dave / thomases.com]On Behalf Of Dave
Thomas
Sent: Tuesday, February 27, 2001 12:06 AM
To: ruby-talk ML; ruby-talk / netlab.co.jp
Subject: [ruby-talk:11609] Re:


"John T" <johnt / mssglobal.com> writes:

> I gave the code given in the book(I am attachin it with the mail)
> and I got the following out put
>
> (offline mode: enter name=value pairs on standard input)
>
> and it came to a prompt asking me to enter name value pairs.
> Please advise

This is code that normally runs under control of a web server. As part
of the web server environment, you get given a list of fields in the
form that the user entered as name/value pairs.

When you run the code outside of a web server, it allows you to
simulate this by entering the names and values interactively. (Clever,
eh?)

If you don't want to supply any, hit an end-of-file (^D normally)

Regards


Dave