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.

--
 John Hardin KA7OHZ                    http://www.impsec.org/~jhardin/
 jhar...@impsec.org    FALaholic #11174     pgpk -a jhar...@impsec.org
 key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  ...intellectuals have no interest in what _creates_ wealth, and
  what _inhibits_ the creation of wealth. They are very concerned
  about the _distribution_ of it, but they act as if wealth just
  exists somehow. It's like manna from heaven, it's only a
  question of how we split it up.                    -- Thomas Sowell
-----------------------------------------------------------------------
 15 days until Bill of Rights day

Reply via email to