Re: logical barred ?



On Mon, 11 Oct 2004 11:36:21 +0200, Oliver Grawert
<hostmaster grawert net> wrote:
hi,

could someone give me a hint why the following code doesn't work:

----snip----
push(@tmp, (shift(@tmp)." => 'text'")) foreach(@tmp);

You shouldn't modify the array you're iterating on.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]