Help for this page

Select Code to Download


  1. or download this
    my $query;
    foreach $query (@astype) {
    ...
    $adlocation = ( join (",", @row));
    }
    print $adlocation;