Help for this page

Select Code to Download


  1. or download this
    sub myohmy {
      my $y = shift;
    ...
    # outputs:
    myohmy(0) = not true
    myohmy(1) =
    
  2. or download this
      my $ret;
      $ret = ... if ($put_try == 0);
      $ret = ... if ($put_try > 0);