Help for this page

Select Code to Download


  1. or download this
      load all items into array of hash
      for each input item {
    ...
      save all items (timestamped)
      remove all items with old timestamp
    
  2. or download this
    OUTER-IF:
      if ( $type eq 'apple' ) {
    ...
        func3($item) unless \&func3 == \&noop;
      }