Re: How to redefine the default escape character

2009-10-27 Thread mahesh bhasme
Hi Vijay, I don't think that we change default character because it's in perl's inbuild code. Thanks, Mahesh On Wed, Oct 28, 2009 at 9:05 AM, Vijay Gururaja wrote: > Hi, All! > > The default character to escape is backslash (\). Is there any way to > redefine this and set it to any other char

Re: How to redefine the default escape character

2009-10-27 Thread Uri Guttman
> "VG" == Vijay Gururaja writes: VG> Hi, All! VG>The default character to escape is backslash (\). Is there any way VG> to redefine this and set it to any other character? VG>For e.g. if I wanted to use '^' instead of '\'. VG>*print "Hello World ^n";* it can't be done

How to redefine the default escape character

2009-10-27 Thread Vijay Gururaja
Hi, All! The default character to escape is backslash (\). Is there any way to redefine this and set it to any other character? For e.g. if I wanted to use '^' instead of '\'. *print "Hello World ^n";* Thanks, Vijay Gururaja