^A is one character, in emacs I type ctrl-q and then ctrl-a to get ^A character.
basically i have a file which contains this type of characters. when i read the file and then using print() to print them out in perl, those characters are not visible. but if i run the command : "more <filename>" or "less" in FreeBSD 4.3, those characters are displayed. just wondering why print() function cannot display them.
thanks!