in reply to Re^3: Evil Interview Questions
in thread Evil Interview Questions

A quick look at the docs shows that qw-as-a-list has been around since 5.6.0.
  • Comment on Re^4: Evil Interview Questions (perldelta)

Replies are listed 'Best First'.
Re^5: Evil Interview Questions (perldelta)
by lodin (Hermit) on Feb 09, 2008 at 02:36 UTC

    ... and my quick look was a bit too quick. Usually the perl5XYdelta documents only document the changes between Perl 5.X.Y and 5.X.0, but perl561delta is an exception. It actually documents the differences between 5.6.1 and 5.005. I've updated my first reply to say 5.6.0 instead of 5.6.1. Hopefully that can be verified. :-)

    lodin