I need to read/view a .chr file by using perl script. I tried this code but the file handler shows unrecognized word format. i got output like this 'Start(...bM-i<^DM-KNp2^D...)end'. This is my code
#!/usr/bin/perl use strict; use POSIX; use warnings; open (NEWFILE, "C:\\cygwin\\home\\Administrator\\test.chr"); print "Start"; while(<NEWFILE>) { print $_; } print "end";
I need all your support to view this file. Thanks in Advance
Regards,
Raj
In reply to File Reading (.CHR file) by sowraaj
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |