Open krismatthews opened 10 years ago
In a perfect world, it would be nice if constants were detected and ignored as safe:
use Const::Fast; const my $FOOBAR => 12; ... $dbh->do("SELECT name FROM categories WHERE id = $FOOBAR");
In a perfect world, it would be nice if constants were detected and ignored as safe: