Help for this page

Select Code to Download


  1. or download this
    if ( (condition1) && (!condition2) ) {
    
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    } else {
            print "Sorry =(\n";
    }