On Mon, Jul 02, 2001 at 09:58:43AM +0100, Govinderjit Dhinsa wrote:
> $fields[0],$fields[5],$fields[70],$fields[71],$fields[72],$fields[75],$field
> s[76],$fields[77],$fields[78],$fields[79];

If I couldn't get away with this atrocious by-position form (a hash, with
sanely named and thus self-documenting keys is a much better way to go) I'd
say something like:

    @fields[0, 5, 70..72, 75..79]


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

Reply via email to