RE: [code-review] PRIVATE

"Hodges, Paul" <Paul.Hodges-zv7RHi0Am8a1Z/[email protected]> Thu, 11 Sep 2003 09:58:56 -0400
Newsgroups gmane.comp.lang.perl.code-review-ladder
Message-ID <9C375DDD9B669243A2D78FCD607E894003E4FC46@bremo-jg>
With apologies, I just joined the list. 
Could I get a context for this?
It's a bit confusing otherwise. :)

I see a subroutine which should snooze forever, and a program which does
nothing but stack-swap into that routine. It makes me wonder why one would
put it into a sub, among other things. :)

Is there an online archive? I can't seem to hit www.lists.netthink.co.uk
through our proxy....

Thanks for you indulgence.

Paul

> -----Original Message-----
> From: Kristofer Hoch [mailto:kristoferhoch-/[email protected]]
> Sent: Wednesday, September 10, 2003 3:11 PM
> To: Kristofer Hoch; [email protected];
> code-review-ladder-wool9L35kiek0rBIEb6pKdBc4/[email protected]
> Subject: Re: [code-review] PRIVATE
> 
> Thanks to bart on PerlMonks, here is my corrected version.
> package Helen;
> {
>   sub Wait {
>     sleep(1) until(0);
>   }
> }
> package main;
> goto Helen::Wait;


*****
"The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential, proprietary, and/or
privileged material.  Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.  If you received
this in error, please contact the sender and delete the material from all
computers."