in reply to Perl Modules Question

For each operation just require the corresponding module, and then call a function or method from that module.

Replies are listed 'Best First'.
Re^2: Perl Modules Question
by bulk88 (Priest) on Apr 30, 2012 at 06:46 UTC
    do is also a choice.