Help for this page

Select Code to Download


  1. or download this
    use feature qw(:5.10);
    use strict;
    ...
    else {
        say "No match";
    }
    
  2. or download this
    use feature qw(:5.10);
    use strict;
    ...
    else {
        say "No match";
    }