Help for this page

Select Code to Download


  1. or download this
    foreach (@$tbl_ary_ref) {
        print "@$_[1]\n"; # print the values of the second field in the da
    +tabase
    }