in reply to Mixing Perl and SQL

look at %INC
use Class::Date; print $INC{'Class/Date.pm'};

Replies are listed 'Best First'.
Re^2: Mixing Perl and SQL
by toma (Vicar) on Nov 04, 2009 at 21:40 UTC
    This works fine, thanks!

    If anyone else has other ideas, I will try those, also.

    It should work perfectly the first time! - toma