in reply to Re: next if loop
in thread next if loop

whereas you should be checking $_

What good would that do? The foreach loop is saving the data to $login, not $_.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated