Hi, Can anyone tell me how do I convert a String of bits into a binary number in Perl
For eg:- $a="100"; I want to convert this into perl's interpretation of binary no ie $a=0b100 Thanks, Deepak
Hi, Can anyone tell me how do I convert a String of bits into a binary number in Perl
For eg:- $a="100"; I want to convert this into perl's interpretation of binary no ie $a=0b100 Thanks, Deepak