Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: kinda perl split ...
- X-seq: zsh-users 10056
- From: Marc Chantreux <marc.chantreux@xxxxxxxxxxxxxxxxxx>
- Subject: Re: kinda perl split ...
- Date: Tue, 21 Mar 2006 16:33:50 +0100
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <442002B4.8080501@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <442002B4.8080501@xxxxxxxxxxxxxxxxxx>
hi again,
what about this perl code ?
my %user;
@user{qw( login passwd )} = split /:/;
i've tried something there... peraps it's a good tips :
http://khatar.phear.org/shell/zshEnum.html
(comments are in french but zsh workers can ignore them).
regards
mc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author