IO::File Loaded On-Demand 

open my $fh, ">", $file;
$fh->binmode(":raw");     # loads IO::File and succeeds