Why not write a build script in a batch file or a perl script?
#!perl my $executable_name = 'hty.exe'; my @modules = qw/ CGI CCC CTI C Class:DBI Tk /; my $command = "pp -o $executable_name " . join '', map { "-M " . $_ } + @modules; `$command`
In reply to Re: PAR Lib
by clscott
in thread PAR Lib
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |