my $newrate = 0; if( $second_currency == 0 ) { warn "Second currency was zero\n"; } else { $newrate = $first_currency / $second_currency; }