Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    is non_oxford_list('A'), 'A';
    is non_oxford_list('A, B'), 'A and B';
    is non_oxford_list('A, B, C'), 'A, B and C';