and use the "bb" utility to send it off as a "data"
message to Hobbit. E.g. the following script runs your perl script,
stores the output in a temporary file, and uses the "bb" utility from
a Big Brother client installation to send this datafile to Hobbit
in a "data" message:
#!/bin/sh
/foo/perlscript >/tmp/datafile
BBHOME=/usr/local/bbc
export BBHOME
. $BBHOME/etc/bbdef.sh
$BB $BBDISP "data $MACHINE.orasync
`cat /tmp/datafile`
"
Now the fun bit starts. Hobbit will automatically pass data-messages
to all tasks monitoring the "data" channel.