Loading...
Uploaded by bermnz on Nov 27, 2007
http://www.ScriptSocket.com/ Part 11 of the Perl Tutorial covers operators and precedence. Modulus, power of, use integer, ==, !=, eq, ne.
Howto & Style
Standard YouTube License
How do you stop the "use integer" block of the code?
As soon as I say "use integer," it does it all the way until the end of my code...
1235096a 3 years ago
You might have to use a subroutine for it. use integer tells the compiler to use integer operations from here to the end of the enclosing BLOCK.
bermnz 3 years ago
modulo actually.
F00dTube 3 years ago
exponents are "**" and not "^" ?!?!
odd
hmm good thing i didnt skip this tutorial
Dieromantic777 3 years ago
modulus
Infiniti25 3 years ago
as usual - clear and to the point!
doe1967 3 years ago
modular???
nickrohn93 3 years ago
sweet
ratkumchase101 4 years ago
Load more suggestions
How do you stop the "use integer" block of the code?
As soon as I say "use integer," it does it all the way until the end of my code...
1235096a 3 years ago
You might have to use a subroutine for it. use integer tells the compiler to use integer operations from here to the end of the enclosing BLOCK.
bermnz 3 years ago