in reply to Re^3: Golf: reverse sort /etc/passwd by UIDin thread Golf: reverse sort /etc/passwd by UID
>perl -E"print 'foo'=~/(o+)/;" oo [download]
>perl -E"print scalar 'foo'=~/(o+)/;" 1 [download]