Help for this page

Select Code to Download


  1. or download this
       @list = $obj-> prop;
       $obj->prop(@list);
       $array = $obj->prop;
       $obj->prop($array);
    
  2. or download this
       has prop;
       around prop => \&my_accessor;