made some changes for perl 5.6
[spider.git] / perl / DXChannel.pm
index 8b71dbff499d7946a83378b2938f6c54f6ea41c4..b7d32c44ad4f22e6a98693f7e531d373b61835fb 100644 (file)
@@ -286,7 +286,7 @@ sub send_now
        my $call = $self->{call};
        
        for (@_) {
-               chomp;
+#              chomp;
         my @lines = split /\n/;
                for (@lines) {
                        $conn->send_now("$sort$call|$_");
@@ -307,7 +307,7 @@ sub send                                            # this is always later and always data
        my $call = $self->{call};
 
        for (@_) {
-               chomp;
+#              chomp;
         my @lines = split /\n/;
                for (@lines) {
                        $conn->send_later("D$call|$_");