[EMAIL PROTECTED] (Aaron Sherman) writes: > $ find . -name \*.pl | wc -l > 330 > $ find . -name \*.pl -exec grep -hlE 'qx|`|`|readpipe' {} \; | wc -l > 123 > > `` gets used an awful lot
But that's in Perl 5, which is a glue language. -- "Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming