Theocacao
Leopard
Design Element
Comment on "Sanity Checking for Scripting Languages"
by Cameron Hayne — Dec 24
With Perl, this sort of issue is dealt with by using the 'strict' and 'warnings' pragmas:

use strict;
use warnings;

Maybe there is something similar for Ruby or PHP?
Back to "Sanity Checking for Scripting Languages"
Design Element

Copyright © Scott Stevenson 2004-2015