Help for this page
my $customer_id; $customer_id = param("customer_id");
{ my ($dbh, $track_ref) = @_; ... $sth->execute($customer_id); $track_ref = $sth->fetchrow_hashref (); }