'pickup_locations',
sub {
my $result = clone(\@library_array);
return $result;
return @$result;
}
);
-