Jean
0
Q:

perl modulus

# For Perl (language) only

# syntax 
%

# example 
print (7%4) . "\n"; # OUTPUT: 3, because 7/4 = 1 remainder 3
3

New to Communities?

Join the community