perl char
- From: worlman385@xxxxxxxxx
- Date: Fri, 02 Mar 2007 17:24:14 -0800
why the 1st one output is 'aa' ?
the 1st one you add 1 to charater 'z'
why equal to 'aa' then?
why the 2nd one output is 'b'?
how did it gets 'b'?
=============
our $v = 'z';
$v++;
print $v;
=============
our $x = 'a';
$x++;
print $x;
=============
thanks
.
- Follow-Ups:
- Re: perl char
- From: nobull67@xxxxxxxxx
- Re: perl char
- Prev by Date: numeric - char
- Next by Date: Re: Compound variable names
- Previous by thread: numeric - char
- Next by thread: Re: perl char
- Index(es):