7 lines
80 B
Perl
7 lines
80 B
Perl
|
|
||
|
if ($bottom) {
|
||
|
$result = $top / $bottom;
|
||
|
}
|
||
|
else {
|
||
|
$ result = 0;
|
||
|
}
|