From f5151691c796b0493822e55aec02cd104a37b2b8 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 5 Feb 2013 17:31:43 -0600 Subject: [PATCH] testing --- scripts/perl/cnam.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/perl/cnam.cgi b/scripts/perl/cnam.cgi index 5f777cc5e3..86aa9d3eb5 100755 --- a/scripts/perl/cnam.cgi +++ b/scripts/perl/cnam.cgi @@ -3,6 +3,7 @@ # OpenCNAM front end because they only take 10 digits and can't filter 11 on their side. # + use Data::Dumper; use CGI qw/:standard/; use LWP::UserAgent;