in reply to Re^4: Syntax Question Related to "join" on a Complex Data Structure
in thread Syntax Question Related to "join" on a Complex Data Structure

Hi perldigious,

Oh, right, forgot about that. You can disable the warnings yourself, or there's experimental:

use feature 'postderef'; no warnings 'experimental::postderef'; # - OR - use experimental 'postderef';

Regards,
-- Hauke D

  • Comment on Re^5: Syntax Question Related to "join" on a Complex Data Structure
  • Download Code