Help for this page

Select Code to Download


  1. or download this
    use constant DEBUG => 1;
    
    print "Test something" if (DEBUG);
    
  2. or download this
    use constant DEBUG => 1;
    
    DEBUG("Test something");