Help for this page

Select Code to Download


  1. or download this
      $knob = $_[0] if @_;
    
  2. or download this
      if (@_)
      {
        # check that $_[0] is allowed.
        $knob = $_[0];
      }