
Fishhead
Novice
Aug 3, 2009, 5:16 PM
Post #1 of 3
(297 views)
|
|
(Exclaimation point in front of variable
|
Can't Post
|
|
I am new to perl, but have worked with fortran, basic, and visual basic in the past. I am still struggling with the syntax issues. In reviewing some code that I downloaded, I found an IF statement the looks like this: if (!$percent) { I have two questions and I suspect the answers will be related. 1) what does the ! prior to the variable name indicate, and 2) why is there no condition within the parentheses? Thanks
|