blax has asked for the wisdom of the Perl Monks concerning the following question:
($foo, $match_I_want) = split /:/, $_, [2];
($user, $foo{$user}) = split /:/, $_, [2];
($user) = split /:/, $_, [1]; ($temp, $foo{$user}) = split /:/, $_, [2];
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Questions about split (indexing /etc/passwd)
by petdance (Parson) on Jul 01, 2001 at 11:22 UTC | |
by blax (Sexton) on Jul 01, 2001 at 12:18 UTC | |
Re: Questions about split
by damian1301 (Curate) on Jul 01, 2001 at 11:04 UTC | |
Re: Questions about split
by lestrrat (Deacon) on Jul 01, 2001 at 12:12 UTC | |
Re: Questions about split
by chromatic (Archbishop) on Jul 01, 2001 at 23:34 UTC | |
Re: Questions about split
by MZSanford (Curate) on Jul 01, 2001 at 12:20 UTC | |
Re: Questions about split
by RhetTbull (Curate) on Jul 01, 2001 at 23:26 UTC | |
Re: Questions about split
by John M. Dlugosz (Monsignor) on Jul 02, 2001 at 03:53 UTC |