On Wed, Nov 29, 2000 at 05:11:56PM +1100, Terry Collins wrote:
> I'm lost. Can someone help with interpreting what these errors mean?
> 
> foreach (keys %ENV) { print "$_: $ENV($_)<BR>\n"; }

Try $ENV{$_} instead of $ENV($_)

-- 
        chesty



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to