mercuryshipz has asked for the wisdom of the Perl Monks concerning the following question:
$x = function2(function1($y)); sub function2 { ...dosomething... } sub function1 { ...dosomethingelse... } [download]