in reply to Re: How do I end a while loop early?
in thread How do I end a while loop early?

He's trying to continue prompting for a login until the user is authorized, and then to move along. This undoubtedly is related to [SOLVED] possible to repeat if statement?.


Dave

Replies are listed 'Best First'.
Re^3: How do I end a while loop early?
by LanX (Saint) on May 08, 2013 at 00:56 UTC
    > He's trying to continue prompting for a login until the user is authorized

    Within a CGI with a while loop???

    Does CGI.pm implement continuations turning HTTP state-machines inside-out?

    Cheers Rolf

    ( addicted to the Perl Programming Language)