Help for this page

Select Code to Download


  1. or download this
            $errorcode = eval {@results = $instance_ref->$command(@_)} ;
    
  2. or download this
            @results = eval { $instance_ref->$command(@_)} ;