BEGIN { if ($] >= 5.008) { # fsck, the 5.8 is broken. The binmode() doesn't work for socket()s. require 'open.pm'; 'open'->import(OUT=>":raw :perlio"); } }