Rink
December 5th, 2004, 03:37 PM
I'm getting the above error in my Perl program.
Searches on google and the like suggest that this is an incompatability associated with 'bleeding edge distros' (sounds right!)
my simple code is as follows:
sub DXFHeaders{
open(OUTFH,">/tmp/dxf");
print OUTFH " 0\nSECTION\n 2\nHEADER\n 0\nENDSEC";
}
It was working, but has ceased. Anyone got any ideas?
Searches on google and the like suggest that this is an incompatability associated with 'bleeding edge distros' (sounds right!)
my simple code is as follows:
sub DXFHeaders{
open(OUTFH,">/tmp/dxf");
print OUTFH " 0\nSECTION\n 2\nHEADER\n 0\nENDSEC";
}
It was working, but has ceased. Anyone got any ideas?