Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
      return $to_check->[ -1 ] if $to_check->[ -1 ] eq $to_check->[ -2 ];
      return 'ok';
    }