Changeset 14891 for misc/runpugs/bin
- Timestamp:
- 12/14/06 16:27:59 (2 years ago)
- Location:
- misc/runpugs/bin
- Files:
-
- 2 added
- 1 modified
-
termdispatcher2.pl (modified) (1 diff)
-
termdispatcher3.pl (added)
-
termserv3.pl (added)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/bin/termdispatcher2.pl
r14885 r14891 21 21 my $ip="127.0.0.1"; 22 22 (my $reply,my $prompt,my $histref) = 23 &Web::Terminal::Dispatcher::send($id,$ip, 0,1,$cmd);23 &Web::Terminal::Dispatcher::send($id,$ip,1,1,$cmd); 24 24 print $reply; 25 25 print "\nHistory\n";
