Help for this page

Select Code to Download


  1. or download this
    sub scalar {
       local $context = 'scalar';
       return $child_op->();
    }
    
  2. or download this
    sub scalar {
       return _coerce_to_scalar( $child_op->() );
    }