On 2014-11-30 18:46, John Hardin wrote:
On Sun, 30 Nov 2014, jdow wrote:

OK, would this work? Use the fact that the thing defaults to a string. I would
"guess" the value would be "perl_version".

    if (( perl_version != "perl_version" ) && ( perl_version >= 5.010000 ))
        bad stuff
    endif

Nope. != is also a numeric comparison so you gain no ground. And "ne" isn't
included in the perl subset that SA conditionals use.

Well, I tried. I guess after being a bit trying I figured giving a good try was called for. Whining is no fun. Finding solutions is.

{^_^}

Reply via email to