Re: Qouting and white-space etc..

2001-08-16 Thread Michael G Schwern
On Wed, Aug 15, 2001 at 12:36:24PM +0300, raptor wrote: > I was wondering if there was some way when using qouting to specify triming > of white space or other type of charachters we may need ... say like TT or > may be ...one example.. > > > my $javascripCode = qq{ > | > |function b

RE: Qouting and white-space etc..

2001-08-15 Thread Patel, Sharad
How Do I Unsubscribe ?? -Original Message- From: raptor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 10:36 AM To: [EMAIL PROTECTED] Subject: Qouting and white-space etc.. hi, I was wondering if there was some way when using qouting to specify triming of white space or

Qouting and white-space etc..

2001-08-15 Thread raptor
hi, I was wondering if there was some way when using qouting to specify triming of white space or other type of charachters we may need ... say like TT or may be ...one example.. my $javascripCode = qq{ | |function blah() |if ( ) |}; | }; |<-inner