#!/usr/bin/perl use Me::repeatedly; @us=('you', 'me', 'your other man'); while(@us[2] <> ''){ $hope = join('and', @us[0],@us[1]); } if(!$hope){ break; #up } [download]
In reply to Trust your code by jkroschel