in reply to print multiple of 100

do something like

if ( ($variable_incremented % 100) == 0) { print "$variable_incremented"; }