Testing for a condition immediately after require
[email protected] (Travis Thornhill)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
I want to be able to tag a module with one or more tags that can be tested for after requiring it. require 'module'; <test for existence of tags in 'module'> Any ideas on the best way to accomplish this? Thanks in advance