in reply to <STDIN> not initializing $_

I'm late coming in with this, sorry:(

If while (<STDIN>) does something you don't expect, the Perl documentation should be your first port of call. You can...


Unless I state otherwise, all my code runs with strict and warnings