in reply to Re: What makes good Perl code?in thread What makes good Perl code?
if($current =~ s/mA//i) { $current /= 1000; } [download]