in reply to Re: Syntax Question Related to "join" on a Complex Data Structure
in thread Syntax Question Related to "join" on a Complex Data Structure
I do use 5.022 so I have a sufficiently modern version of Perl, though I admit I prefer the old notation choroba used, probably because I'm not very Object Oriented minded (though I admit yours is easier to read at a glance tybalt89). That said, I tried it, and it worked exactly the same, but it gave me the following warning along the way (not sure why).
Array found where operator expected at Web_Chat_IP_Match.pl line 141, +near "->@" (Missing operator before @?)
I've noticed that different people prefer different ways when doing things like this: &{}, %{}, @{}, ${} vs. &$, %$, @$, $$ vs. ->{} and ->[].
I've sensed rumblings of a past holy war, or at least a past split in the clergy that lead to the Perl programmer equivalents of Lutheranism or Protestantism in some of the things I've read about it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Syntax Question Related to "join" on a Complex Data Structure
by haukex (Archbishop) on Oct 26, 2016 at 13:06 UTC | |
by perldigious (Priest) on Oct 26, 2016 at 13:15 UTC | |
by haukex (Archbishop) on Oct 26, 2016 at 13:31 UTC | |
|
Re^3: Syntax Question Related to "join" on a Complex Data Structure [postderef and postderef_qq]
by kcott (Archbishop) on Oct 27, 2016 at 15:53 UTC |