Help for this page

Select Code to Download


  1. or download this
    $ perl -MList::Util=first -le 'print first {lc eq "abc"}
        keys %{{ABC=>"ABC"}}'
    ...
    $ perl -MList::Util=first -le 'print first {lc eq "abc"}
        values @{["ABC"]}'
    ABC