in reply to Frederick Nims - Love Poem

I don't know what that's supposed to do, but you have syntax errors. The proper syntax is:
if (!$you) {foreach(@toys) {$$_-> break();}} if (!$you) {$$_-> break() foreach(@toys);}
Though I'd make it prettier:
if (!$you) { $$_-> break() for @toys; }