ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/bin/aemp
(Generate patch)

Comparing AnyEvent-MP/bin/aemp (file contents):
Revision 1.42 by root, Sat Sep 12 04:46:21 2009 UTC vs.
Revision 1.43 by root, Thu Oct 1 16:11:05 2009 UTC

556 $| = 1; 556 $| = 1;
557 557
558 print <<EOF; 558 print <<EOF;
559Entering interactive shell - no commandline editing of course (use rlfe etc.). 559Entering interactive shell - no commandline editing of course (use rlfe etc.).
560 560
561= display a list of nodes 561\= display a list of nodes
562=name switch to another node 562\=name switch to another node
563 563
564EOF 564EOF
565 print "$node> "; 565 print "$node> ";
566 my $cv = AE::cv; 566 my $cv = AE::cv;
567 my $t = AE::io *STDIN, 0, sub { 567 my $t = AE::io *STDIN, 0, sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines