Help for this page

Select Code to Download


  1. or download this
    $cached_value{ is_64bit_machine() } ||= somelongfunction()
    
  2. or download this
    sub global_sum {
      state $sum = 0;
      $sum += $_[0];
      $sum;
    }