Assuming that all numbers you want to check are in the same format...my %isthere = map { sprintf ('%05d',$_) => 0 } ($low..$high);
pike
In reply to Re: Re: Re: Finding missing elements in a sequence (code)
by pike
in thread Finding missing elements in a sequence (code)
by deprecated
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |