in reply to Re: simple file question, extra spaces, win32
in thread simple file question, extra spaces, win32
In the perl 5.6 series, you had to be more explicit about your use of Unicode. In the 5.8 series, perl did a better job of detecting Unicode automagically, so a use utf8; should only be necessary in very specific circumstances.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
: () { :|:& };:
Note: All code is untested, unless otherwise stated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: simple file question, extra spaces, win32
by bart (Canon) on Dec 29, 2003 at 22:08 UTC |