in reply to Re: Perl prints only last line of array
in thread Perl not printing any special characters in array

Hi, I am new to PERL.What I thought is for every url I have to open new HTML.Now I understood it works for every line.So it replaced all the previous words and left the last line.Correct me if I am wrong. Thanks jk

  • Comment on Re^2: Perl prints only last line of array

Replies are listed 'Best First'.
Re^3: Perl prints only last line of array
by Anonymous Monk on Jun 22, 2014 at 19:49 UTC
    see readline and glob, <> is used for both reaedline and glob, its not used for iterating over an array