On Fri, 13 Jul 2001, Camilo Gonzalez wrote:

> So let's clarify this. You believe the following to be equivalent:
>
> print ( 'The rain in $Spain' );
> print ( 'The rain in "$Spain"' );

The first would print  The rain in $Spain
The second would print The rain in "$Spain"

Neither would interpolate.

Try it out for yourself and see.  I did.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
If you're happy, you're successful.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to