On Sun, 01 Oct 2000 11:18:58 +0200, Bart Lateur wrote:
> my @a = split /:/, "", -1;
Oops. that should be
my @a = split /:/, $_, -1;
--
Bart.
- RFC 361 (v1) Simplifying split() Perl6 RFC Librarian
- Re: RFC 361 (v1) Simplifying split() Bart Lateur
- Re: RFC 361 (v1) Simplifying split() Bart Lateur
- Re: RFC 361 (v1) Simplifying split() Chaim Frenkel
- Re: RFC 361 (v1) Simplifying split() Sean M. Burke
- Re: RFC 361 (v1) Simplifying split() Tom Christiansen
- Re: RFC 361 (v1) Simplifying split() Chaim Frenkel
- Re: RFC 361 (v1) Simplifying split() John Porter
- Re: RFC 361 (v1) Simplifying split() Tom Christiansen
- Re: RFC 361 (v1) Simplifying split() Jonathan Scott Duff
- Re: RFC 361 (v1) Simplifying split() Bart Lateur
- Re: RFC 361 (v1) Simplifying spl... Jonathan Scott Duff
