Bug#366595: perlrun.1.gz: say what $ENV{PERL_UNICODE} is for each -C combination

2008-04-25 Thread jidanni
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_UNICOD

Bug#366595: perlrun.1.gz: say what $ENV{PERL_UNICODE} is for each -C combination

2008-04-22 Thread Niko Tyni
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 "p

Bug#366595: perlrun.1.gz: say what $ENV{PERL_UNICODE} is for each -C combination

2006-05-09 Thread Dan Jacobson
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. -- To UNSUBSCRIB