if, for, foreach ...

previoustopnext

foreach $variable (@list)
 {
 print $variable;
 }

Christophe Dupont

ESSI