Now, is there a way I can "package" my code above such that anybody using my code above doesn't have to install those two modules in his PC?#!/usr/bin/perl -w # this_code.pl comes with these two modules and more use Algorithm::Loops 'NestedLoops'; use Algorithm::Diff; # The rest of the code here.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |