Help for this page

Select Code to Download


  1. or download this
    use constant false=>0;
    use constant true=>1;
    
    if (false) { print "I do always get printed...\n" }
    if (false==true) { print "..and even do I" }