ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/dm-support.ext
(Generate patch)

Comparing deliantra/server/ext/dm-support.ext (file contents):
Revision 1.13 by root, Mon Oct 1 00:44:43 2007 UTC vs.
Revision 1.14 by root, Fri Oct 12 19:13:26 2007 UTC

1#! perl 1#! perl
2 2
3use Coro::Debug; 3use Coro::Debug;
4use IO::Socket; 4use IO::Socket;
5use Storable qw/nfreeze thaw/;
6 5
7my %global; # for use by eval'ed commands 6my %global; # for use by eval'ed commands
8 7
9sub tcp_serve($) { 8sub tcp_serve($) {
10 my ($fh) = @_; 9 my ($fh) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines