Help for this page

Select Code to Download


  1. or download this
    " Enable perlbrew path
    if has("gui_running") && filereadable($HOME . "/perl5/perlbrew/etc/bas
    +hrc")
       let $PATH=system("source " . $HOME . "/perl5/perlbrew/etc/bashrc; e
    +cho -n $PATH")
    endif
    
  2. or download this
    let $PERL5LIB=system("perl -E 'say join(q{:},@INC)'")