Help for this page

Select Code to Download


  1. or download this
    &async( $o->can("method"), $o, ... );
    
  2. or download this
    async{ sub{ $o->method­( qw[ the quick brown fox ] ) } };;