Help for this page

Select Code to Download


  1. or download this
    no warnings qw( experimental::autoderef );    # 5.18+
    
  2. or download this
    no if $] >= 5.018, warnings => "experimental::autoderef";    # 5.14+