Help for this page

Select Code to Download


  1. or download this
    if ($maybevalue->{'is-valid'}) {
     ...
    } else {
     report the problem somehow, maybe return another maybevalue from the 
    +current procedure
    }