Help for this page

Select Code to Download


  1. or download this
    #  https://theweeklychallenge.org/blog/perl-weekly-challenge-340/
    use v5.12;
    use warnings;
    ...
      } ;
      say "Output: '$str'\n\n";
    }
    
  2. or download this
    *** Input: abbaca
    Remove 'bb' => 'aaca'
    Remove 'aa' => 'ca'
    ...
    Remove 'aa' => ''
    Output: ''