[EMAIL PROTECTED] writes:
> 1) for  @a -> $x ; @b -> $y   { ... } 
> 
>  ===>>>        
> 
> 2) for  @a ; @b -> $x ; $y   { ... } 

You've got it! Semicolon naturally breaks things apart, not groups them
together!

-- 
Anything to do with HTML processing /usually/ involves a pact
with an evil supernatural being, I find.
    -- Sean Burke

Reply via email to