- or download this
#do a for loop to make it go through the test
for ($i=0; $i<=#@Comment; $i++) {
...
$Como = $Comment[$i];
}
}
- or download this
for($i=0; $i <= if ($value==$Comm[$i]) { ....
- or download this
my $Como;
foreach my $i (0..$#Comment)
...
unless (defined $Como) {
# do something here if we didn't find anything
}
- or download this
# ...
$Como = $Comment[$i], last if $Comm[$i] eq $value;