Help for this page

Select Code to Download


  1. or download this
    for (1 .. $sth->do("COUNT SOMETHING")) {
      cleaner($TOTALLCLAIM);
    }
    
  2. or download this
    while (my ($accountno) = sth->fetchrow_array) {
       push @array_claim,$accountno;
    }