Help for this page

Select Code to Download


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