in reply to Re^7: What does _ mean?
in thread What does _ mean?
Anyway, the point is moot because (IMHO!!) this:
is better, cleaner, more concise, and clearer, thanif( -x $filename and -d _ )
because I am used to Perl and I know that anything that has _ in it means that thing we were just talking about, i.e., the Topic.if( -x $filename and -d $filename )
|
|---|