Help for this page
while (my $item = shift @toprocess)
while (my ($item) = shift @toprocess)
while (@toprocess) { my $item = shift @toprocess;