Help for this page

Select Code to Download


  1. or download this
    foreach (@objects) {
        $module->target($_);
    ...
        undef $results;
        
    }
    
  2. or download this
    map { $module->target($_); my $results = $module->process(); undef($re
    +sults) } @objects;