My apoligies, Brett. Consider me a lurker from now on.

-----Original Message-----
From: Brett W. McCoy [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 3:32 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:

> Yes it does, thank you. I'm afraid I'll have to disagree with you. My
> Programming Perl book tells me otherwise. I still consider myself a
newbie,
> however and welcome other comments.

Did you even try to run the code?  We can argue about it all day, but
unless you try it out, you won't see for yourself.  Here's a screen
capture from a test I did:

bmccoy:~$ perl
$spain = 5;
print 'The rain in $spain';
print 'The rain in "$spain"';
^D
The rain in $spainThe rain in "$spain"

Do you see 5 anywhere in the output?

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
A paranoid is a man who knows a little of what's going on.
                -- William S. Burroughs

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

Reply via email to