Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        *fold_case = CORE->can( 'fc' ) || CORE->can( 'lc' ) ||
            sub { lc $_[0] };
    }