Help for this page

Select Code to Download


  1. or download this
    Can't use a hash as a reference
    
    (F) You tried to use a hash as a reference, as in %foo->{"bar"} or %$r
    +ef->{"hello"} . Versions of perl <= 5.22.0 used to allow this syntax,
    + but shouldn't have. This was deprecated in perl 5.6.1.