The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@echo off

    echo Starting the Pipe Server...
    start "Pipe Server" perl -Mblib server.pl


    echo Starting the Pipe Client...
    start "Pipe Client" perl -Mblib client.pl