Because the while loop will loop for as long as $data is "true" or contains data.... Considering that it has data in it, you have created an "infinite" loop.... David Gilden <dowda@coraconne To: [EMAIL PROTECTED] ction.com> cc: Subject: iinfinite loop 05/30/01 12:25 PM The following seems to never break out of the loop, any comments? Thanks Dave #!/usr/bin/perl -w $data = 'some multi line string'; while($data){ push(@everyline, $_); }
- iinfinite loop David Gilden
- Re: iinfinite loop John Joseph Trammell
- Re: iinfinite loop Brett W. McCoy
- Re: iinfinite loop Ondrej Par
- Re: iinfinite loop Jeff Pinyan
- Re: iinfinite loop Brent Michalski
- Re: iinfinite loop Brent Michalski
- RE: iinfinite loop Jeffrey Goff