Help for this page

Select Code to Download


  1. or download this
    if ( ..A... ) {
       if ( ..B.. ) {
    ...
               if ( .. D2.. ) {
    
    ... you get the idea ...
    
  2. or download this
    my $flag1 = cond1;
    my $prefix = (( cond2 ) ? "strting1" : "strring2";
    ...
    print "$prefixA$suffixB" if ( condC );