mamchenkov.net
Decimal to binary convertion in Perl
This is a simple thing, but when you need it - you need it. There is no need in implementing a function that does or looking for a module at CPAN. All you are looking for is already there. #!/usr/bin/perl -w use strict; # Get the number from the command line or use default. my … Continue reading Decimal to binary convertion in Perl