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

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

There appears not to be a logical reason why the following should not work:
sub create_output (@) { my (@array_of_lines, $entry_no_new) = @_; # THIS DOES NOT WORK
However it doesn't. What is the solution please?