in reply to Re^3: How do I determine if a variable contains a type glob?
in thread How do I determine if a variable contains a type glob?
Why are you using a regular expression match, rather than string equality 'eq'?
ref( \$_[0] ) =~ m[GLOB]
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: How do I determine if a variable contains a type glob?
by BrowserUk (Patriarch) on Dec 07, 2016 at 02:32 UTC |