in reply to Re^2: Include stubmaker-generated pm file in calling script!
in thread Include stubmaker-generated pm file in calling script!

I.e, can I take the contents from service.pm and put it in caller.pl?

Yes, even you can use CPAN, Inline::Module, PAR::Packer, extract all subroutines from .pm's and include in .pl, Re: Defining a package inside my script?

  • Comment on Re^3: Include stubmaker-generated pm file in calling script!

Replies are listed 'Best First'.
Re^4: Include stubmaker-generated pm file in calling script!
by DreamT (Pilgrim) on Apr 30, 2010 at 12:04 UTC
    Thank you, that helped a lot! Mission accomplished:)