ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/ihost-perl/ihost.pl
(Generate patch)

Comparing projects/cms/source/host/ihost-perl/ihost.pl (file contents):
Revision 1.19 by tdb, Wed Feb 28 10:52:16 2001 UTC vs.
Revision 1.20 by tdb, Wed Feb 28 10:53:13 2001 UTC

# Line 265 | Line 265 | EOF
265      # Make the packet smaller by stripping out newlines and leading spaces.
266      $xml =~ s/\n\s*//g;
267  
268 print $xml;
269    
268      my($sock) = new IO::Socket::INET (
269                                        PeerPort => $udp_port,
270                                        PeerAddr => $filter_addr,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines