/[mdap]/dump.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /dump.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by dpavlin, Sun Apr 22 11:46:47 2007 UTC revision 4 by dpavlin, Sun Apr 22 14:41:37 2007 UTC
# Line 13  $sock->mcast_add(GROUP) || die "Couldn't Line 13  $sock->mcast_add(GROUP) || die "Couldn't
13  while (1) {  while (1) {
14    my $data;    my $data;
15    next unless $sock->recv($data,1024);    next unless $sock->recv($data,1024);
16    print $data, "\n", "-" x 30, "\n";    print "#" x 30, "\n", $data, "\n", "-" x 30, "\n";
17  }  }

Legend:
Removed from v.1  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26