On Wed, Apr 14, 2004 at 10:31:23PM -0400, Joe Gottman wrote:
> > [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.
> >
>
> And Perl 6 isn't? I use backticks quite a bit in Perl, and I don't see
> that changing if I upgrade to Perl 6.
Me too, but I write my backticks like qx() :)
-Scott
--
Jonathan Scott Duff
[EMAIL PROTECTED]