Help for this page

Select Code to Download


  1. or download this
    while (@names) {
           $next = shift @names;
    ...
              return; # Table is done.
           }
           $table->{$next} = $list->{$next};