in reply to
Re: matching an array
in thread
matching an array
It doesn't print anything in the file! Why?
Comment on
Re: Re: matching an array
Replies are listed 'Best First'.
Re^3: matching an array
by
flounder99
(Friar)
on Aug 08, 2003 at 13:39 UTC
Because
open (FILE2, ">ludo.txt");
overwrites
ludo.txt
every time through the
$paramKey
loop.
--
flounder
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom