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