in reply to Re: if condition within module
in thread if condition within module

Thanks for the response, I am asking for how to use the if() in this code

Replies are listed 'Best First'.
Re^3: if condition within module
by marto (Cardinal) on Aug 15, 2017 at 12:55 UTC

    I'm unfamiliar with Data::Table, a quick scan of the documentation shows examples of the various matching methods, match_pattern,match_string and so on, which you could use. The documentation also links to a PDF cookbook. I suggest you learn to use the tools you've chose, on in this case, that you've decoded to used based upon someone else giving you this code.