1. Upped the version no !!!!
[spider.git] / perl / DXProt.pm
index eb3933ea586d6654b72aea127792e685b325f22b..01b64372b8d4d1cf55847b76d229fea3b65e984c 100644 (file)
@@ -120,8 +120,11 @@ sub start
 sub normal
 {
        my ($self, $line) = @_;
-       my @field = split /[\^\~]/, $line;
+       my @field = split /\^/, $line;
+       pop @field if $field[-1] eq '~';
        
+#      print join(',', @field), "\n";
+                                               
        # ignore any lines that don't start with PC
        return if !$field[0] =~ /^PC/;