Help for this page
opendir(DIR, "$dirstr") || die ("[error] proc [...]"); rewinddir (DIR); ... print "$index\n"; print "$piclist[$index] equals $pic\n";
my ($c); foreach $c (0 .. $#piclist) { print "$c - $piclist[$c] equals $pic\n" if ($piclist[$c] eq $pic); }