What would be the proper way to decompress a module first and then use it in the script? Example:
How to achieve the above from one script. Because if i do not have a module XX.pm available, the script complains ..BEGIN{system("tar -xzvf XX.tar.gz")} use strict; use lib "./XX.pm" use XX; ...
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |