in reply to Constants and perl
use constant PI => 4 * atan2 1, 1; use constant DEBUGGING => 0; print "This line does nothing" unless DEBUGGING; [download]