Help for this page

Select Code to Download


  1. or download this
        my $install_html = eval { require ActivePerl::DocTools; };
        $install_html = $args{install_html} if defined $args{install_html}
    +;
    
  2. or download this
                $ppm->install(
                    area => $INSTALL_AREA,
                    packages => \@install_pkgs,
                    run_cb => \&run_cmd,
                );
    
  3. or download this
                $ppm->install(
                    area => $INSTALL_AREA,
    ...
                        : ()
                    ),
                );
    
  4. 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