in reply to Re^6: 3-byte representation
in thread 3-byte representation
Your code works perfectly on my system ! But if I replace
byopen( OUT, '>>', $fil ) or die $!;
then the problem occurs !open(OUT, '>>'.$fil);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: 3-byte representation
by BrowserUk (Patriarch) on Oct 13, 2011 at 16:42 UTC | |
by gerleu (Novice) on Oct 13, 2011 at 17:02 UTC |