Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Test::More tests => 6;
    
    ...
    is ungonk('foobar:gonkgonk'), undef;
    is ungonk('foobar:gonkogonk'), undef;
    is ungonk('foobar:ogonkgonk'), 'ogonk';
    
  2. or download this
    use strict;
    use Test::More tests => 7;
    ...
    is ungonk('foobar:gonkgonk'), undef;
    is ungonk('foobar:gonkogonk'), undef;
    is ungonk('foobar:ogonkgonk'), undef;