Help for this page

Select Code to Download


  1. or download this
    $ cat t_package_sep.pl
    BEGIN { warn "Using Perl Version ", $], "\n";}
    ...
    $ perl t_package_sep.pl
    Using Perl Version 5.038002
    Module deprecated/apostrophe.pm loaded at deprecated/apostrophe.pm lin
    +e 1.
    
  2. or download this
    use v5.34;
    use warnings;
    no warnings 'deprecated::apostrophe_as_package_separator';