in reply to Perl Module for dealing with number ranges
Well, you could have a look at Number::Range. With some adjustments to your syntax, you might use that module?
If that doesn't fit your needs, why don't you create a module on your own, which provides access to your function? So you won't need to copy your code, but can rely to that module...
|
|---|