in reply to Re^10: Perl vs C
in thread Perl vs C
2. Again we are into semantics. I modified the data structure that was passed into the sub by reference. So write some code that modifies a "list". What would that be? Some authors say that @xyz is a list and that xyz is an array variable that defines a list. What's wrong with saying that @xyz is a list? Or that xyz in the context of @ is a list? Or that (@xyz >1) is a list in a scalar context?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^12: Perl vs C
by ikegami (Patriarch) on Mar 16, 2009 at 16:17 UTC | |
by Marshall (Canon) on Mar 16, 2009 at 17:02 UTC | |
by ikegami (Patriarch) on Mar 16, 2009 at 17:21 UTC | |
by Marshall (Canon) on Mar 16, 2009 at 17:53 UTC | |
by JavaFan (Canon) on Mar 16, 2009 at 18:03 UTC | |
|