in reply to Re^3: Remove $
in thread Remove $
Not so! Interpolation only occurs in string literals, and string literals only exist in source code. Your directory walker would deal with strings, not string literals.
Either he's dealing with a string literal where local $/ would be the wrong solution, or he's dealing with a string (where local $/ wouldn't help.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Remove $
by dogz007 (Scribe) on Aug 27, 2007 at 18:30 UTC | |
by blazar (Canon) on Aug 28, 2007 at 09:15 UTC |