Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    a/b
    b+c
    c*a/(b+a)
    
  2. or download this
    Eval of $hash{a}/$hash{b} failed:
       Illegal division by zero at (eval 10)[noname.pl:10] line 1, <DATA> 
    +line 1.
    
    $hash{b}+$hash{c} = 3
    $hash{c}*$hash{a}/($hash{b}+$hash{a}) = 3