Help for this page

Select Code to Download


  1. or download this
        return
            $status == 0
                ? 0
                : 1;
    
  2. or download this
        return
            @things = $obj->get_current_list_of_things()
                ? grep /$wanted/, @things
                : $obj->default_things;
    
        # o.k., it's a contrived example.  gimme a break.