On Wed 29 Aug 2001 15:38, "Will Coleda" <[EMAIL PROTECTED]> wrote:
> version 1.03 ...
> 
> mktest.pl... Can we change
> 
>         $conf{$_}++ for @conf;
> 
> to
> 
>         foreach (@conf) {$conf{$_}++};
> 
> (I happened to try this on a machine with 5.004_04, where apparently 
> the former is a syntax error)

Good catch. Done.

-- 
H.Merijn Brand    Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1 & 628 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: [EMAIL PROTECTED]
http:[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org

Reply via email to