+04Nov99=======================================================================
+1. Removed ~ from the end of the PC18.
03Nov99=======================================================================
1. Simplified command caching so it uses anonymous subroutines, you should
also get error messages back on the console now when developing.
sub pc18
{
my $info = DXCluster::cluster;
- return "PC18^$info^$DXProt::myprot_version^~";
+ return "PC18^$info^$DXProt::myprot_version^";
}
#