- or download this
as numbers are selected
remove elements from array A
repopulate list with what is remaining into array A
print array A
- or download this
#!/usr/bin/perl -w
use strict;
...
print "After\n";
$d->dumpValues(\@ArrayA);
print "\n";
- or download this
use Dumpvalue;
my $d = new Dumpvalue;
...
};
$d->dumpValues(\@ArrayB);
exit;