Help for this page

Select Code to Download


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