Miscellaneous Add preceding zero to perl IP string ### Add preceding zero to IP address so that the address is 192.058, not 192.58 $IP=~s/(\d+)/substr”00$1″,-3/eg; Add preceding zero to perlAdd preceding zero to perl IP stringperl IP stringpreceding zerozero to perl IP string Share