in reply to OO Debugging Schemes (akin to Storable.pm)

It gets used at compile time. If you want it pulled in only when your subroutine is called, then change use to require.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: OO Debugging Schemes (akin to Storable.pm)