30.8.09

Perl: number <-> char

$num = ord($ch);
$ch = chr($num);

interesting!

No comments: