Help for this page

Select Code to Download


  1. or download this
      print $q->scrolling_list(-name=>'acct_num',
                               -values=> [sort values %clients]
                               );
    
  2. or download this
        $acct_num = (split/ \- /, $acct_num)[-1];