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

NAME

uname_qx.pl -- A simple example of a remote command execution using the method qx of a GRID::Cluster object

SYNOPSIS

  ./uname_qx.pl

DESCRIPTION

This example uses the method qx of a GRID::Cluster object to create unidirectional pipes for communications among different processes. The example needs the definition of the the environment variable GRID_REMOTE_MACHINES. For example, from a bash shell a user can write:

  export GRID_REMOTE_MACHINES=host1:host2:host3

to set that environment variable.