- or download this
my $install_html = eval { require ActivePerl::DocTools; };
$install_html = $args{install_html} if defined $args{install_html}
+;
- or download this
$ppm->install(
area => $INSTALL_AREA,
packages => \@install_pkgs,
run_cb => \&run_cmd,
);
- or download this
$ppm->install(
area => $INSTALL_AREA,
...
: ()
),
);
- or download this
perl -i.bak -ple"s/\$ppm->install\(\K/exists(\$ENV{INSTALL_HTML}) ? (
+install_html => \$ENV{INSTALL_HTML} ) : ()," c:\progs\perl5100\lib\Ac
+tivePerl\PPM\GUI.pm