http://qs321.pair.com?node_id=786040

trewq has asked for the wisdom of the Perl Monks concerning the following question:

Hello, while (<input>) { m/^\n/ and next; ... } In the above code 1) What does m/^\n/ mean? 2) What is "and next;" for? Its meaning? Thanks.