Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Help with associative arrays
- X-seq: zsh-workers 39088
- From: Vin Shelton <ethersoft@xxxxxxxxx>
- To: Lawrence Velázquez <vq@xxxxxxxxx>
- Subject: Re: Help with associative arrays
- Date: Mon, 22 Aug 2016 07:53:38 -0400
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=8ZLRnf+xOIFhrPtvVBiapSmV1bOZ7NnECNPkR6fTYL4=; b=MKfnNEMvpVdswAejZicbYF6y9wtEVfHl9dj5ACNdeCOS2veC6YRBbNHaRtxHco059d uPWl6L2SKd/ANpOxtIJXd4TBF7k/W42/MC0WipnHC1D/g3HbFgTC/acRgYTYgXGq08gJ ljjB7o2chJuJ7CaY/K3cxkSsF+TRQ0W7dQqC8U75CQ/0bXI9OJD+VoKSb65C9Whg6w0z Goad0fjn6fzF6gCX7zjT2s99FSavvlja1/43usBg5csYhIOGAl75bpR/qGtlYuOFI5Ik A0+8arD3otlfkSd/oZ8XXySQ8b6loxRgNDmY55dgAHNLwOuV4UGZtwCAiNio9ma3aqTA z+2g==
- In-reply-to: <2D3937A2-41B0-4B31-90D9-3C91D0DFFB92@larryv.me>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CACeGjnUfMEo5KtdMn=iiAVsfAJgjeVyk7vh+WFZgcyKeahBbnQ@mail.gmail.com> <2D3937A2-41B0-4B31-90D9-3C91D0DFFB92@larryv.me>
- Reply-to: acs@xxxxxxxxxxxxxxxxxxxx
I will quote only the summary, but the explanation was well worthwhile.
On Sun, Aug 21, 2016 at 5:18 PM, Lawrence Velázquez <vq@xxxxxxxxx> wrote:
> tl;dr: Don't use double quotes in array subscripts, unless your array
> contains keys with literal double quotes.
>
Yes, thank you, that works.
- Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author