in reply to Re: Is print faster than syswrite?
in thread Is print faster than syswrite?

Used FILE->autoflush(1). That stopped the clobbering and bought print to the level of syswrite. In 30 seconds both of them created a file of around 30 MB.