Help for this page

Select Code to Download


  1. or download this
    use constant TRUE => 1;
    use constant FALSE => 0;
    
  2. or download this
    if ($truevalue) { print 'foo'; }