- or download this
perl -MO=Concise -e'foo' | wc -l
- or download this
5;0 juerd@atlas:~$ perl -MO=Concise /usr/bin/cpanp | wc -l
/usr/bin/cpanp syntax OK
260
- or download this
5;0 juerd@atlas:~$ perl -MO=Concise -e'$t' 2> /dev/null | wc -l
5
...
11
5;0 juerd@atlas:~$ perl -MO=Concise -e'print $$t[0]{x}' 2> /dev/null |
+ wc -l
13