A Review of O’Reilly’s Perl Cookbook
O'Reilly's Perl Cookbook is one of the first books I got for learning Perl, along with "The Camel Book" (Programming…
Lua OS Library
We're going to go over the default OS library included in Lua. This library is very useful, but is also…
Lua Math Library
This section is more of a reference to how to use the math library in Lua. We aren't going to…