Help for this page

Select Code to Download


  1. or download this
    sub recursive_mult_by_100() {
      if (!ref) { $_ *= 100 }
    ...
    }
    
    recursive_mult_by_100 for $deep;