Help for this page
Select Code to Download
Select
or
download this
use constant TRUE => 1; use constant FALSE => 0;
Select
or
download this
if ($truevalue) { print 'foo'; }