Help for this page

Select Code to Download


  1. or download this
    use constant DEBUG => 1;
    
    DEBUG && print "printing debug info...\n";
    print "printing other info ...\n";