in reply to Re: How to round and keep floating digits
in thread How to round and keep floating digits

the following worked with perl, no need to use bash printf ("\n \t Pass Percentage = %0.2f %\n",$float); -Prasad
  • Comment on Re^2: How to round and keep floating digits