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
> "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
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