in reply to Re: Simplest Possible Way To Disable Unicode
in thread Simplest Possible Way To Disable Unicode

Also, the open pragma doesn't disable the warnings either
use open qw' :std IO :bytes '; use open qw' :std IO :raw ';