I have found a CPAN module to be very useful and I call it from my code. However, my code needs to run on ANY workstation at my site (and at other sites), not just my own workstation, which has the module installed. I cannot convince the sysadmin to install the module everywhere.
Is there a way to just cut/paste the module's code inside of my Perl code? Of course I would credit the author in the comments.