Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Using loops inside an 'if' statement

by thinker (Parson)
on Oct 02, 2003 at 09:36 UTC ( [id://295868]=note: print w/replies, xml ) Need Help??


in reply to Using loops inside an 'if' statement

Hi jonnyfolk,

There is nothing wrong with putting a while in an if statement. The problem you have is a syntax error. Change

while (<FILE)> { to while (<FILE>) {

Notice the order of the brackets

Hope this helps

thinker

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://295868]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-23 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found