Help for this page
#!/usr/bin/perl use strict; ... exit; __END__
D:\PerlMonks>modulo1.pl Without int: Quotient = [0.2], Remainder = [1] With int: Quotient = [0], Remainder = [1] D:\PerlMonks>