I need to read/view a .chr file by using perl script. I tried this code but the file handler is empty while executing the script. i got 'Startend' as output. This is my codeDid you get any warnings? If so, tell us what they are.
You could check the status of open:
Are you sure your input file isn't empty?open( NEWFILE, "C:\\cygwin\\home\\Administrator\\test.chr" ) or die $! +;
Updated to show OP's original statement.
In reply to Re: .CHR file read
by toolic
in thread File Reading (.CHR file)
by sowraaj
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |