in reply to Re: (tye)Re: Bug with lists?
in thread Bug with lists?
But I still would argue that ,, being interpreted as ,(), should be documented.Actually, those are not the same either.
Please stop treating a trailing comma or two consecutive commas as anything other than "this disappears like you never even wrote it". It's like making something out of how many newlines you put after a statement. It has no semantics. Get it?$a = (4, 3, ,); # sets $a to 3 $b = (4, 3, (),); # sets $b to undef
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: (tye)Re: Bug with lists?
by demerphq (Chancellor) on Feb 18, 2002 at 14:59 UTC | |
|
Re: Re: Re: (tye)Re: Bug with lists?
by Anonymous Monk on Feb 21, 2002 at 01:05 UTC |