From c066fedffed6a069286b3c4bf28862200a35ff00 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 17 Jun 2014 17:11:04 -0500 Subject: [PATCH] tweak --- scripts/perl/ftc_dnc_register.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/perl/ftc_dnc_register.pl b/scripts/perl/ftc_dnc_register.pl index 011569164e..0471719183 100644 --- a/scripts/perl/ftc_dnc_register.pl +++ b/scripts/perl/ftc_dnc_register.pl @@ -21,6 +21,7 @@ my @nums = ; foreach my $num (@nums) { chomp $num; $num =~ s/^1//; + next if lenght($num) != 10; print "Dialing from $num\n"; my @digits = split(//, $num); my $dial = join('w', @digits);