in reply to Re: passing an array and some scalars to a subroutne
in thread passing an array and some scalars to a subroutne
Hi,
Sorry I dint mention that they both are different. @lines is a slurp of a tab delimited file where as the $id_snp, $id_assay, $session, $load_set are values from the database. I need all these values to be loaded into another table in this subroutine. Thanks a lot.