On Thu, Sep 28, 2006 at 12:00:34AM +0900, Nobumi Iyanaga wrote:

> This is a newbie question: how can I determine if a specific module  
> is installed on a client machine?

if(eval "use Whatever::Module") {
    do this;
} else {
    do that;
}

-- 
David Cantrell | Reality Engineer, Ministry of Information

EIN KIRCHE! EIN KREDO! EIN PAPST!

Reply via email to