perl -Mbignum -s -e'print map { $_, "\t", $a * $_ ** $b, "\n" } map { $_ * 0.1 } 4..10' -- -a=23 -b=42