Dear All,
Is there a way to find the ASCII value of a character in perl, so that I
can ouput the ASCII code and the character in the following code?
@chars=split('',$line);
foreach $ch (@chars) {
print "$ch ";
}
Thanks
Roy
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl
- RE: ASCII value of a characater Roy . Waldock
- RE: ASCII value of a characater Grant McLean
- Re: ASCII value of a characater matt . b . grimaldi
- Re: ASCII value of a characater matt . b . grimaldi
