assign it to an array and then loop thru it

@array = qw(name age phone);

foreach (@array) {
        print "$_\n";
}

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to