I need to print the COPYRIGHT symbol. How to go about it? Tried playing with the following:
my $text; $text = chr(hex(0xa9)); print "CR *$text*\n"; But the script just dies. Thanks, Jerry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/