Help for this page

Select Code to Download


  1. or download this
      if ( $type eq 'apple' ) {
        *func = sub { &apple_wash; &apple_core; &apple_pulp; };
      }
    
  2. or download this
        &func for @items;