Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
            if ( $y == 0 ) { return undef; }
            return $x/$y;
    }
    
  2. or download this
      print "{" . $r->{Ymax} . "|" . $r->{Xbot} . "|" . $r->{invSlope} . "}" ;