Not really a poem, it just struck me how nice the second line of this code sounds:
for (@commands) { if (fork==0) { exec $_ } }; wait for @commands; [download]
In reply to wait for @commands by Sixtease