* Russell Sutherland <[EMAIL PROTECTED]> [2004-06-30 07:02]:
> * Francis A. Vidal ([EMAIL PROTECTED]) [29 Jun 2004 21:47]:
> 
> > I think you're missing a comma in between $host1 and $host2. It should
> > be:
> > 
> >     all_hosts = "{ $host1, $host2 }"
> > 
> 
> The commas do not seem to matter. The issue is that when
> the variables $host1 and $host2 are of the format:
> 
>         a.b.c.d/N
> 
> the list syntax given above (with or without the commas) gives
> a syntax error.

parser (actually, lexer) limitation; no good way to solve it found. I 
explained that like a year ago en detail.

-- 
Henning Brauer, BS Web Services, http://bsws.de
[EMAIL PROTECTED] - [EMAIL PROTECTED]
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

Reply via email to