- or download this
$totalamount = 0;
$companyname = "";
- or download this
$totalamount = undef;
$companyname = undef;
- or download this
$totalamount = $companyname = undef;
- or download this
if ((length($companyname)>0) && ($anotherstring eq 'DOIT')) { ... }
- or download this
if (($companyname) && ($anotherstring eq 'DOIT')) { ... }