perl -e '$_=`perl -v`;while(/\d\,(\s\x4c[^\n]+)/){print$1}'
Edit: It prints a lot! If that annoys you try the static version:
perl -le '$_=`perl -v`;if(/\d\,\s(\x4c[^\n]+)/){print$1}'
In reply to Larry Wall by usemodperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |