Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
      return 'default';
    }
    
  2. or download this
    ok 1 - first route
    ok 2 - close to first route but default
    ...
    ok 4 - explicit default
    ok 5 - else: default
    1..5