This is retarded, I know, but I got hammered on today by my boss about using 'not' instead of a '!'. Does anyone have any in-depth knowledge on which is faster, better, smarter, etc.?
The snippit is below:
Code:
if(not defined $params{'cookie'}){
# No cookie? Give 'em one.
...
}
Thanks!