#!/usr/local/bin/perl use strict; use warnings; my $add = 641 - 77; my $div_int = int( 20 / $add ); print $div_int;