my @array =("Select query") OR my $select_qry = ("SELECT column from table WHERE condition"); my @array = ($select_qry); OR my $select_qry = ("SELECT column from table WHERE condition"); my @array; push (@array,("$select_qry));