neversaint has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Executing a Perl script without requiring "use"-d CPAN modules
by marto (Cardinal) on Nov 15, 2005 at 15:44 UTC | |
|
Re: Executing a Perl script without requiring "use"-d CPAN modules
by davorg (Chancellor) on Nov 15, 2005 at 15:51 UTC | |
|
Re: Executing a Perl script without requiring "use"-d CPAN modules
by b10m (Vicar) on Nov 15, 2005 at 15:56 UTC | |
|
Re: Executing a Perl script without requiring "use"-d CPAN modules
by idsfa (Vicar) on Nov 15, 2005 at 15:59 UTC |