$ perl -MO=Concise -ce '$a->method' > a -e syntax OK $ perl -MO=Concise -ce '$a->method()' > b -e syntax OK $ diff a b | wc -l 0