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

NAME

Data::Hopen::G::Link - The base class for all hopen links between ops.

VARIABLES

greedy

If set truthy in the new() call, the edge will ask for all inputs.

FUNCTIONS

run

Copy the inputs to the outputs.

    my $hrOutputs = $op->run($scope)

The output is {} if no inputs are provided.

BUILD

Constructor. Interprets "greedy".