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

Comparing deliantra/maps/perl/dm-support.ext (file contents):
Revision 1.5 by root, Thu Aug 24 14:04:18 2006 UTC vs.
Revision 1.6 by root, Thu Sep 14 18:14:57 2006 UTC

27 eval $cmd; 27 eval $cmd;
28 } 28 }
29 print $@ if $@; 29 print $@ if $@;
30 } 30 }
31 31
32 print "> "; 32 print "> ";
33 select $old_fh; 33 select $old_fh;
34 } else { 34 } else {
35 $_[0]->w->cancel; 35 $_[0]->w->cancel;
36 } 36 }
37 }); 37 });

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines