Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: if/while/else problem

by ddrew78 (Beadle)
on Mar 25, 2009 at 18:59 UTC ( [id://753216]=note: print w/replies, xml ) Need Help??


in reply to Re: if/while/else problem
in thread if/while/else problem

DOH!! DOH!! :-) You were correct...however, even after making the change it did not fix my issue

Replies are listed 'Best First'.
Re^2: if/while/else problem
by saberworks (Curate) on Mar 25, 2009 at 19:15 UTC
    Your "issue" was that you were getting a syntax error. You now have a new issue because your syntax error is resolved. What you have now is a logic error. Unfortunately it's difficult for me to help you debug when all the code isn't here. However, something jumps out at me... -s file - "file" is a bare word, are you using strict? You probably want -s "file" or -s $file or something.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-29 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found