princepawn has asked for the wisdom of the Perl Monks concerning the following question:
where a, b, c are subs which expect and return arrays.$agenda = [ \a, \b, \c ];
He wrote a one-liner which ran through the subs, taking the output of one and sending it in as the input of the next sub.
|
---|