Folks, What, if any, is the perl operator which returns just the integer portion of a quotient? Also known as modulo's sidekick.
e.g. $remainder = 2002 % 100 ; ## $remainder = 2 $complete_quotient = 2002/100 ## $complete_quotient = 20.02 $whole_number = 2002 (what operator) /100 ## so that $whole_number = 20 ? Thanks, Frank -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]