Need to implement Data::Dumper

2007-08-27 Thread nitesh kumar
Hi All, Can anybody suggest me how can I implement my own Data::Dumper(a function which work similar to perl Dumper). Thanks and Regards Nitesh

bin2hex

2007-07-23 Thread nitesh kumar
Hi All, I want to convert binary data to hexadecimal. below is the code I used for the conversion. It is converting only for 32 bit. Can anybody suggest me for bit containing more tham 32(it may be 64 or 128). Thanks and Regards Nitesh $str = "1010101010101010101010101010101010101010"; my $str