I want files labeled band_1_train_but_1_neutral.txt from 7 to 16 why does this work ? Please let me knoe.
@loop=(7, 8, 9, 10, 11, 12, 13, 14, 15, 16);
foreach $no (@loop)
{
$file_list=$list."/band_$no_train_but_1_neutral.txt";
print $file_list,"\n";
}
Mandar
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
