Help for this page

Select Code to Download


  1. or download this
      say "12" | "34";  # 36
      say  12  |  34;   # 46
    
  2. or download this
    if ($num && $num =~ /^[0-9]+$/) {say 1/$num}