Help for this page

Select Code to Download


  1. or download this
    my @conditions = grep length, $b, $c;
    $string = $a;
    $string .= " where ".join(" and ", @conditions) if @conditions;