Help for this page

Select Code to Download


  1. or download this
      if (isa($set,"CODE")) {
        &set for $self->{'content'}; # Code to modify content 
      }
    
  2. or download this
       if (isa($set,"CODE")) {
         $set->() for $self->{'content'} # execute the $set coderef
       }