if ( $type eq 'apple' ) { *func = sub { &apple_wash; &apple_core; &apple_pulp; }; } #### &func for @items;