At 03:16 PM 07/13/2001 -0500, 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. Don't "disagree" without first trying it for yourself. As several others have already mentioned... print ( 'The rain in $Spain' ); print ( 'The rain in "$Spain"' ); ...returns the following strings, respectively: The rain in $Spain The rain in "$Spain" This is on both Activestate Perl 5.6.1 on windows2000 and Perl on my Mandrake Linux box. -- mel matsuoka Hawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- RE: Copy and past HTML into a perl script Thomas Jakub
- RE: Copy and past HTML into a perl script Lisa Nyman
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Bradley M. Handy
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Bradley M. Handy
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Mel Matsuoka
- RE: Copy and past HTML into a perl script Brett W. McCoy
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Camilo Gonzalez
- RE: Copy and past HTML into a perl script Brett W. McCoy