Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        if ($ENV{PAR_0}) {
    ...
        }
        #print $ENV{PATH};
    };
    
  2. or download this
    #  not fully tested, not properly adapted to the Tk case,
    #  and likely has side effects
    ...
        my $sep = $Config{path_sep};
        $ENV{PATH} = join $sep, @paths, $ENV{PATH};
    }