John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
I was surprised to see that, with Deparse, they produced different internal parses, and that the bottom one did what I thought the top one would, and the top one seemed optimized or more direct.[qw(a b c)] \qw(a b c)
What is the real distinction in the internal representations, and is it meaningful for anything?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: qw with anonomous list ref
by Ovid (Cardinal) on Oct 28, 2002 at 22:54 UTC | |
by bart (Canon) on Oct 29, 2002 at 13:00 UTC | |
Re: qw with anonomous list ref
by fruiture (Curate) on Oct 28, 2002 at 22:56 UTC | |
by John M. Dlugosz (Monsignor) on Oct 29, 2002 at 15:14 UTC | |
by Jenda (Abbot) on Oct 29, 2002 at 21:15 UTC | |
by BrowserUk (Patriarch) on Oct 29, 2002 at 21:57 UTC | |
by Aristotle (Chancellor) on Oct 29, 2002 at 22:58 UTC | |
by blssu (Pilgrim) on Oct 30, 2002 at 12:59 UTC |