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