in reply to How to first decompress a module and then load it locally

Quick follow up:

Is it possible to include the tar.gz file in my script as well ? Can I have only one script (packed file or something) that when i execute it, it extracts my tar.gz and calls modules within ? thnx

  • Comment on Re/Follow up: How to first decompress a module and then load it locally

Replies are listed 'Best First'.
Re: Re/Follow up: How to first decompress a module and then load it locally
by marto (Cardinal) on Aug 29, 2020 at 12:05 UTC

    That's pretty much what pp does, generates an executable which is essentially a self extracting zip file. Your method won't work on all platforms.