Help for this page

Select Code to Download


  1. or download this
    $ cat producer.pl 
    #!/usr/bin/env perl
    ...
    $ ./producer.pl >table.txt
    $ ./consumer.pl table.txt
    I received: <<Pretend this is your table.>>