Re: Simple loop question
- From: "DJ Stunks" <DJStunks@xxxxxxxxx>
- Date: 31 May 2006 10:33:52 -0700
Danny wrote:
Following is the code:
#!/usr/bin/perl -w
$upper = 20 ;
$lower = 1 ;
$target = 11 ;
while ( )
--------^^^
I'm very surprised that that compiles
1) at all, and
2) silently even with warnings enabled, and especially
3) even under strictures...
-jp
.
- Follow-Ups:
- Re: Simple loop question
- From: Paul Lalli
- Re: Simple loop question
- References:
- Simple loop question
- From: Danny
- Simple loop question
- Prev by Date: Re: Simple loop question [SOLVED]
- Next by Date: Re: faster search engine for fulltext search
- Previous by thread: Re: Simple loop question [SOLVED]
- Next by thread: Re: Simple loop question
- Index(es):