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