perl-unicode

Re: Unicode aware module

1999-04-22 10:00:52
On Wed, Apr 21, 1999 at 09:56:23AM -0700, Dick Hardt wrote:
my $utf8state = <<utf8_state_flag>>

no utf8 if $utf8state;

... do work with character operators as though binary ...

use utf8 if $utf8state;

That's a strange mix of compile- and runtime you've got there.

I get
    syntax error at t line 2, near "use Data::Dumper if"
for
    use Data::Dumper if 0;

and rightly so. Doing the obvious eval "" thing would probably mean
evalling the whole module, because utf8 wouldn't be a pragma for nothing
I guess.

-- 
The idea is that the first face shown to people is one they can readily
accept - a more traditional logo. The lunacy element is only revealed
subsequently, via the LunaDude. [excerpted from the Lunatech Identity Manual]

<Prev in Thread] Current Thread [Next in Thread>