Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
        });
    print "Starting server...\n";
    Mojo::IOLoop->start unless Mojo::IOLoop->is_running;
    
  2. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
        });
    print "Starting client...\n";
    Mojo::IOLoop->start unless Mojo::IOLoop->is_running;