in reply to Re^2: Syntax Question Related to "join" on a Complex Data Structure
in thread Syntax Question Related to "join" on a Complex Data Structure
Hi perldigious,
tybalt89's suggestion appears to be Postfix Reference Slicing, which is part of the new Postfix Dereference Syntax, which says:
In Perl 5.20 and 5.22, this syntax must be enabled with use feature 'postderef'. As of Perl 5.24, no feature declarations are required to make it available.
Hope this helps,
-- Hauke D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Syntax Question Related to "join" on a Complex Data Structure
by perldigious (Priest) on Oct 26, 2016 at 13:15 UTC | |
by haukex (Archbishop) on Oct 26, 2016 at 13:31 UTC |