You're right. Obviously my interpretation was incorrect. Thank you for
possibly saving me work.

-----Original Message-----
From: Brett W. McCoy [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 3:18 PM
To: Camilo Gonzalez
Cc: 'Bradley M. Handy'; Tony Paterra; [EMAIL PROTECTED]
Subject: RE: Copy and past HTML into a perl script


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