my $num = 16 print("%b",$num); print("%o",$num); print("%x",$num);
perl数值进制
原文:https://www.cnblogs.com/movit/p/14916201.html