On Wed, May 10, 2006 at 02:30:37AM +0800, Dan Jacobson wrote:
> Package: perl-doc
> Version: 5.8.8-4
> Severity: wishlist
> File: /usr/share/man/man1/perlrun.1.gz
> Tags: upstream
>
> One can't figure out from what's mentioned, what value of
> $ENV{PERL_UNICODE} to use to get the same effect as "perl -CSD".
> Same problem for many other -C... combinations.
I really think this is pretty clear:
PERL_UNICODE Equivalent to the -C command-line switch.
so these are equivalent:
% perl -CSD -le 'print ${^UNICODE}'
31
% PERL_UNICODE=SD perl -le 'print ${^UNICODE}'
31
I suppose an explicit example wouldn't hurt, although this already comes close:
You can use "-C0" (or "0" for "PERL_UNICODE") to explicitly disable
all the above Unicode features.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]