in reply to Re: how to use different packages depending on host OS?
in thread how to use different packages depending on host OS?

You will still need to call import for the package, which use does, but require does not.

radiantmatrix
require General::Disclaimer;
"Users are evil. All users are evil. Do not trust them. Perl specifically offers the -T switch because it knows users are evil." - japhy
  • Comment on Re^2: how to use different packages depending on host OS?