sub ChooseRandom { my $item=0; foreach $item (@_) { main::add_received($item); } return $_[int(rand($#_)+1)]; }