Help for this page

Select Code to Download


  1. or download this
    $foo->setval($val) or $foo->setval($alternative);
    # and something like
    eval { $foo->val = $val }
    $@ and $foo->val = $alternative;