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

Reply via email to