Help for this page
print "Enter a decimal number: "; chomp( $decimal = <STDIN> ); ... } print STDOUT $binary;