- or download this
#!/usr/bin/perl -w
use strict;
use warnings;
- or download this
#Get first input
print "Enter cpt code> ";
my $cptcode = <STDIN>;
- or download this
my $sth = $dbh->prepare('SELECT * FROM charge WHERE column1 = $cptcode
+ AND column2 = $cpt2code’)