NT> so these are equivalent:

NT>  % perl -CSD -le 'print ${^UNICODE}'
NT>  31
NT>  % PERL_UNICODE=SD perl -le 'print ${^UNICODE}'
NT>  31

That is much clearer.

NT> I suppose an explicit example wouldn't hurt, although this already
NT> comes close:

NT>  You can use "-C0" (or "0" for "PERL_UNICODE") to explicitly disable
NT>  all the above Unicode features.

Say
% PERL_UNICODE=0 perl ...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to