Help for this page

Select Code to Download


  1. or download this
    my $mod =  10 % 2;
    print "mod = $mod\n";
    
  2. or download this
    my $mod =  119.5 % 59.75;
    print "mod = $mod\n";