Help for this page

Select Code to Download


  1. or download this
    use feature "try";
    use Try::Tiny;
    
  2. or download this
    use Try::Tiny;          # no chance (well see footnote°)
    use feature "try";
    
  3. or download this
     perl -E'BEGIN{say join "\n",feature::features_enabled()}'
    bareword_filehandles
    ...
    state
    unicode_eval
    unicode_strings