- or download this
my $result = $obj->processor_1->processor_2($argument)->processor_3;
- or download this
#!/usr/bin/perl
use List::Util qw(min max);
...
'count' => 7
}
], 'main' );
- or download this
my @chain = qw(min_max count sort_inline esrever);
my ($result) = map { $obj->$_ } @chain;