On Fri, Jul 20, 2001 at 02:39:04AM +0200, Paul Johnson wrote:
> On Thu, Jul 19, 2001 at 05:28:05PM -0700, Sekhar, Ravi wrote:
> > $mypath =  $ENV(PATH);
>   my $mypath =  $ENV(PATH);

I should read more carefully.  You need braces here instead of
parentheses.

  my $mypath =  $ENV{PATH};

(Or maybe it's just a side effect of Micros~1 attacking the Whitehouse.)

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

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

Reply via email to