my $infile = "..." $/=undef; open(INF,$infile); binmode INF; my $file = ; my @bytes = split(//,$file);