#! /usr/bin/perl
use warnings;
use strict;
use IPC::Message::Minivan;

my $van = IPC::Message::Minivan->new(host => 'localhost'); # port => 6826 is the default
$van->msg("c1", "@ARGV");
