my $original_package = ref $object; bless $object, 'ARRAY'; call_sub_that_expects_array_ref( $object ); bless $object, $original_package;