Help for this page

Select Code to Download


  1. or download this
    my $customer_id;
    $customer_id = param("customer_id");
    
  2. or download this
    {
    my ($dbh, $track_ref) = @_;
    ...
    $sth->execute($customer_id);
    $track_ref = $sth->fetchrow_hashref ();
    }