Help for this page
also (int) in the 16th line has been unavoidable for me to make this c +ode work since I wanted to work with numbers
#!/usr/local/bin/perl ... printf "%d\t\t%d\t\t%#b\t\t%#32b\t\n", $element, $nega +tive, $element,$negative; } }