"Michael R. Wolf" wrote:
> 
> "John W. Krahn" <[EMAIL PROTECTED]> writes:
> 
> > my $MBody = `who`;
> > my $MBody = qx(who);  # same thing
> 
> IMHO qx() is more readable.  I often miss seeing the
> back-ticks, or see them as single-quotes during a code skim.

You need an editor with good syntax highlighting.  :-)


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to