I've a text file where content is in danish language. Now, if I try to read that file and print the contents only then they're modified. How can I get contents in exactly the same danish language. Please note that I've to find some patterns from this text file, that's why I'm trying to print here the file as it is.
$file = '/test.txt'; open(INFO, $file); @lines = <INFO>; close(INFO); print @lines;
In reply to how to get exactly same text from a file by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |