Help for this page

Select Code to Download


  1. or download this
    sub error{ print join(' - ',@_); }
    
  2. or download this
    $oscar->set_callback_error(sub{ print join(' - ',@_) });