>Suppose I have an array @stuff, when can and can't I use this syntax: > >for ($i = 0; $i <= @stuff, $i++) { >... >} In addition to what others have pointed out after @stuff should be ";" not ",". David Seay http://www.mastercall.com/g-s ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org