in reply to If I was forced to use only one kind of loop for the rest of my days it would be a

What ?!?!? No infernal loop candidate ?
  • Comment on Re: If I was forced to use only one kind of loop for the rest of my days it would be a

Replies are listed 'Best First'.
Re^2: If I was forced to use only one kind of loop for the rest of my days it would be a
by prad_intel (Monk) on Sep 30, 2005 at 11:36 UTC
    if(($able_to_use eq 'for')||($able_to_use eq 'while')||($able_to_use e +q 'foreach')) { while $living -e or die "Unable to live without a loop $:"; }
    prad