Help for this page

Select Code to Download


  1. or download this
    use MCE::Shared;
    
    ...
       $ar->assign('aa'..'zz');
    }
    
  2. or download this
    use MCE::Shared;
    
    ...
    $obj->filter_store_value( \&code );
    $obj->filter_fetch_value( \&code );